diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-27 19:50:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-27 19:50:10 +0800 |
commit | 33fc6a8ed3b2fda56832e2977ebda389628d4caa (patch) | |
tree | 2ab6f0d67996b2cafa0289653251da74c7ba95ae /www | |
parent | 4129cca979b6e440bceaf02c337c2426730fecbe (diff) | |
download | freebsd-ports-gnome-33fc6a8ed3b2fda56832e2977ebda389628d4caa.tar.gz freebsd-ports-gnome-33fc6a8ed3b2fda56832e2977ebda389628d4caa.tar.zst freebsd-ports-gnome-33fc6a8ed3b2fda56832e2977ebda389628d4caa.zip |
- Update to 1.25
- Add BUILD_DEPENDS
Changes: http://search.cpan.org/dist/HTML-SimpleLinkExtor/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-SimpleLinkExtor/Makefile | 18 | ||||
-rw-r--r-- | www/p5-HTML-SimpleLinkExtor/distinfo | 4 |
2 files changed, 16 insertions, 6 deletions
diff --git a/www/p5-HTML-SimpleLinkExtor/Makefile b/www/p5-HTML-SimpleLinkExtor/Makefile index 8ebe5618fdf0..1b382c4d99e4 100644 --- a/www/p5-HTML-SimpleLinkExtor/Makefile +++ b/www/p5-HTML-SimpleLinkExtor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-SimpleLinkExtor -PORTVERSION= 1.23 +PORTVERSION= 1.25 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,23 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= This is a simple HTML link extractor +BUILD_DEPENDS= p5-HTML-Parser>=1.28:${PORTSDIR}/www/p5-HTML-Parser \ + p5-URI>=1.09:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= p5-HTML-Parser>=1.28:${PORTSDIR}/www/p5-HTML-Parser \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-URI>=1.09:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww +TEST_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output PERL_CONFIGURE= yes MAN1= linktractor.1 -MAN3= SimpleLinkExtor.3 +MAN3= HTML::SimpleLinkExtor.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/www/p5-HTML-SimpleLinkExtor/distinfo b/www/p5-HTML-SimpleLinkExtor/distinfo index b17d587a045c..e02f4f7ffaa6 100644 --- a/www/p5-HTML-SimpleLinkExtor/distinfo +++ b/www/p5-HTML-SimpleLinkExtor/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTML-SimpleLinkExtor-1.23.tar.gz) = 59fee20c080b11831c29fa35422f8325d2ca4e82b823ff7c48d43b27af0a5c78 -SIZE (HTML-SimpleLinkExtor-1.23.tar.gz) = 9997 +SHA256 (HTML-SimpleLinkExtor-1.25.tar.gz) = 9e75cd74a488a396ce11319ded6cf1ea96724688108c06bdff91e8364665ce1b +SIZE (HTML-SimpleLinkExtor-1.25.tar.gz) = 10689 |