diff options
Diffstat (limited to 'devel/p5-Test-WWW-Mechanize-Catalyst/Makefile')
-rw-r--r-- | devel/p5-Test-WWW-Mechanize-Catalyst/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile b/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile index 1cff67f64f10..8af9b2da6afd 100644 --- a/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile +++ b/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile @@ -19,12 +19,8 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-WWW-Mechanize>=1.30:${PORTSDIR}/www/p5-WWW-Mechanize BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.1+ MAN3= Test::WWW::Mechanize::Catalyst.3 -.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> |