diff options
Diffstat (limited to 'www/p5-Catalyst-Runtime/Makefile')
-rw-r--r-- | www/p5-Catalyst-Runtime/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile index 9e58ab187b77..8ebde3eef199 100644 --- a/www/p5-Catalyst-Runtime/Makefile +++ b/www/p5-Catalyst-Runtime/Makefile @@ -36,7 +36,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Module-Install>=0.63:${PORTSDIR}/devel/p5-Module-Install RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.1+ MAN1= catalyst.pl.1 MAN3= Catalyst.3 \ @@ -81,8 +81,4 @@ post-install: post-extract: @${PERL} -i.bak -ne 'print unless m,^feature, .. m,;$$,' ${WRKSRC}/Makefile.PL -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500801 -IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |