diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-10-26 05:48:11 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-10-26 05:48:11 +0000 |
commit | 74b45149487e087c054a6eec3d33bdd146898542 (patch) | |
tree | c16bc4164a431c3b58f8ad77e7b2a41269e8d8ab /www/p5-HTML-Strip | |
parent | 61127c8b28371cde16b17844a65d7cab7f622e16 (diff) | |
download | FreeBSD-ports-74b45149487e087c054a6eec3d33bdd146898542.zip FreeBSD-ports-74b45149487e087c054a6eec3d33bdd146898542.tar.gz |
Mark IGNORE for perl < 5.8.0;
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 6901fe0..314a833 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> |