diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-21 22:36:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-21 22:36:51 +0800 |
commit | 9e7be5dcd280da31434965453acd7c80a8ade515 (patch) | |
tree | 18ababc8276bd12089b32b0c60291d1393088b91 | |
parent | 45b22efeb09b9b3783bbb0d1f370c29ee1923699 (diff) | |
download | freebsd-ports-gnome-9e7be5dcd280da31434965453acd7c80a8ade515.tar.gz freebsd-ports-gnome-9e7be5dcd280da31434965453acd7c80a8ade515.tar.zst freebsd-ports-gnome-9e7be5dcd280da31434965453acd7c80a8ade515.zip |
- Update to 0.36
- Add BUILD_DEPENDS and TEST_DEPENDS
Changes: http://search.cpan.org/dist/Web-Scraper/Changes
Feature safe: yes
-rw-r--r-- | www/p5-Web-Scraper/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Web-Scraper/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www/p5-Web-Scraper/Makefile b/www/p5-Web-Scraper/Makefile index a08d95eef832..8d9ab760ecef 100644 --- a/www/p5-Web-Scraper/Makefile +++ b/www/p5-Web-Scraper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Web-Scraper -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MIYAGAWA @@ -18,7 +18,7 @@ COMMENT= Web Scraping Toolkit inspired by Scrapi LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ +BUILD_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTML-Selector-XPath>=0.03:${PORTSDIR}/www/p5-HTML-Selector-XPath \ p5-HTML-Tagset>0:${PORTSDIR}/www/p5-HTML-Tagset \ p5-HTML-TreeBuilder-LibXML>=0.04:${PORTSDIR}/www/p5-HTML-TreeBuilder-LibXML \ @@ -29,6 +29,10 @@ RUN_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ p5-XML-XPathEngine>=0.08:${PORTSDIR}/textproc/p5-XML-XPathEngine \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML \ p5-libwww>=5.827:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires PERL_CONFIGURE= yes diff --git a/www/p5-Web-Scraper/distinfo b/www/p5-Web-Scraper/distinfo index 60d51b96426c..c656a0ec2923 100644 --- a/www/p5-Web-Scraper/distinfo +++ b/www/p5-Web-Scraper/distinfo @@ -1,2 +1,2 @@ -SHA256 (Web-Scraper-0.35.tar.gz) = cca2ea04ac3b315b40fe2e591cfb060d85961012493074563b639cde7d0c2b69 -SIZE (Web-Scraper-0.35.tar.gz) = 33108 +SHA256 (Web-Scraper-0.36.tar.gz) = e687cc0523a27d83d4fef53796838882b8d5dbcb4266a0f647abf95a75d65fa6 +SIZE (Web-Scraper-0.36.tar.gz) = 33303 |