diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-26 05:48:11 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-26 05:48:11 +0000 |
commit | 9de6249796a0ca6326cfedbb3213a751c6080088 (patch) | |
tree | 2e71e406a6c2052c0ec3cf29942697f97e669277 /www/p5-HTML-Strip | |
parent | 6fb192838812849786a5be468ba70ed2f953399f (diff) | |
download | ports-9de6249796a0ca6326cfedbb3213a751c6080088.tar.gz ports-9de6249796a0ca6326cfedbb3213a751c6080088.zip |
Notes
Diffstat (limited to 'www/p5-HTML-Strip')
-rw-r--r-- | www/p5-HTML-Strip/Makefile | 8 |
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> |