diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-02-22 09:12:56 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-02-22 09:12:56 +0000 |
commit | b29825f9a61ae6979528f649f2365b2d60b4fbf9 (patch) | |
tree | 4ae40b2dded89f5f1989949de87d97fa0642c706 /www/p5-HTML-Strip | |
parent | ba63da22eae3facc45cd5bbee25ebc4cdf5d293f (diff) | |
download | ports-b29825f9a61ae6979528f649f2365b2d60b4fbf9.tar.gz ports-b29825f9a61ae6979528f649f2365b2d60b4fbf9.zip |
Notes
Diffstat (limited to 'www/p5-HTML-Strip')
-rw-r--r-- | www/p5-HTML-Strip/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTML-Strip/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-HTML-Strip/Makefile b/www/p5-HTML-Strip/Makefile index 410f621e10c3..1c08c11a3c56 100644 --- a/www/p5-HTML-Strip/Makefile +++ b/www/p5-HTML-Strip/Makefile @@ -6,13 +6,13 @@ # PORTNAME= HTML-Strip -PORTVERSION= 1.02 +PORTVERSION= 1.04 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for strip HTML tag PERL_CONFIGURE= yes @@ -21,8 +21,8 @@ MAN3= HTML::Strip.3 .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 +.if ${PERL_LEVEL} < 500600 +IGNORE= The port needs at least perl 5.6. Install lang/perl5.8 or lang/perl5 and try again .endif .include <bsd.port.post.mk> diff --git a/www/p5-HTML-Strip/distinfo b/www/p5-HTML-Strip/distinfo index 98bfccf0e19b..48779b849f17 100644 --- a/www/p5-HTML-Strip/distinfo +++ b/www/p5-HTML-Strip/distinfo @@ -1,2 +1,2 @@ -MD5 (HTML-Strip-1.02.tar.gz) = cdba103f597f6f66883362e6171d4626 -SIZE (HTML-Strip-1.02.tar.gz) = 7291 +MD5 (HTML-Strip-1.04.tar.gz) = 564d6d21aed76dbb75ce243c36232d03 +SIZE (HTML-Strip-1.04.tar.gz) = 7669 |