diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-01 19:43:11 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-01 19:43:11 +0000 |
commit | 7c87414634420bcdcee54a1cad5d6ba0ad1da5b8 (patch) | |
tree | fbb760354863d7e00f08c05466b0a2fce1982dd5 /www/p5-Handel/Makefile | |
parent | c76f958b1acbf0ce44ccacd82df7264889b94bc9 (diff) |
Notes
Diffstat (limited to 'www/p5-Handel/Makefile')
-rw-r--r-- | www/p5-Handel/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/p5-Handel/Makefile b/www/p5-Handel/Makefile index e89b076d66e9..054bd7469934 100644 --- a/www/p5-Handel/Makefile +++ b/www/p5-Handel/Makefile @@ -33,7 +33,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.6.0+ MAN1= handel.pl.1 MAN3= Handel::Iterator.3 \ @@ -117,8 +117,4 @@ MAN3= Handel::Iterator.3 \ post-extract: @${PERL} -pi -e '$$_ = undef if /^auto_install/' ${WRKSRC}/Makefile.PL -.if ${PERL_LEVEL} < 500600 -IGNORE= perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again -.endif - .include <bsd.port.post.mk> |