diff options
Diffstat (limited to 'devel/p5-Parse-RecDescent/Makefile')
-rw-r--r-- | devel/p5-Parse-RecDescent/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/p5-Parse-RecDescent/Makefile b/devel/p5-Parse-RecDescent/Makefile index df23319..0923718 100644 --- a/devel/p5-Parse-RecDescent/Makefile +++ b/devel/p5-Parse-RecDescent/Makefile @@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= gehicks@cisco.com -USE_PERL5= YES +PERL_CONFIGURE= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Parse::RecDescent.3 Text::Balanced.3 -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |