aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Test
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-08 01:12:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-08 01:12:10 +0000
commit9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch)
tree41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /www/p5-Apache-Test
parent41a56135d1e8a68844e4c575702cdbad451d7322 (diff)
downloadports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz
ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip
Notes
Diffstat (limited to 'www/p5-Apache-Test')
-rw-r--r--www/p5-Apache-Test/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile
index 17b81f32317a..bf6d0805c068 100644
--- a/www/p5-Apache-Test/Makefile
+++ b/www/p5-Apache-Test/Makefile
@@ -33,9 +33,7 @@ MAN3= Apache::Test.3 Apache::TestConfig.3 Apache::TestConfigData.3 \
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww
-IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
-.elif ${PERL_LEVEL} < 500800
+.if ${PERL_LEVEL} < 500800
EXTRA_PATCHES= ${PATCHDIR}/500503-Makefile.PL
.endif
@@ -45,12 +43,6 @@ post-patch:
.if ${PERL_LEVEL} < 500800
@${PERL} -pi.bak -e 's/PERLRUN/PERL/;' ${WRKSRC}/install-pl
.endif
-.if ${PERL_LEVEL} < 500600
- @${PERL} -pi -e 's/\b(?:use|no) warnings[^;]*;//g' \
- ${WRKSRC}/lib/Apache/*.pm ${WRKSRC}/Makefile.PL ${WRKSRC}/install-pl
- ${PERL} -pi -e '$$_="" if $$. == 24' \
- ${WRKSRC}/lib/Apache/Test5005compat.pm
-.endif
post-configure:
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile