- Update to 0.36
- Add BUILD_DEPENDS and TEST_DEPENDS Changes: http://search.cpan.org/dist/Web-Scraper/Changes Feature safe: yes
This commit is contained in:
parent
dc134b812f
commit
2fc1656dfd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286185
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue