summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Strip
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-10-26 05:48:11 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-10-26 05:48:11 +0000
commit9de6249796a0ca6326cfedbb3213a751c6080088 (patch)
tree2e71e406a6c2052c0ec3cf29942697f97e669277 /www/p5-HTML-Strip
parentChange mastersite to reflect its new location. Source: distfile survey. (diff)
Mark IGNORE for perl < 5.8.0;
Notes
Notes: svn path=/head/; revision=92170
Diffstat (limited to 'www/p5-HTML-Strip')
-rw-r--r--www/p5-HTML-Strip/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-HTML-Strip/Makefile b/www/p5-HTML-Strip/Makefile
index 6901fe0d68ae..314a83375c63 100644
--- a/www/p5-HTML-Strip/Makefile
+++ b/www/p5-HTML-Strip/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= HTML::Strip.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again
+.endif
+
+.include <bsd.port.post.mk>