1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Update to 0.32

- Fix PKGNAMEPREFIX
- Add dependency for p5-Moose

PR:		134257
Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
This commit is contained in:
Martin Wilke 2009-05-09 09:18:22 +00:00
parent 1bcd00b74f
commit 14532090bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233496
2 changed files with 13 additions and 8 deletions

View File

@ -6,16 +6,17 @@
#
PORTNAME= WWW-MobileCarrierJP
PORTVERSION= 0.31
PORTVERSION= 0.32
CATEGORIES= japanese www perl5
MASTER_SITES= CPAN
MAINTAINER= markun@onohara.to
COMMENT= Scrape Japanese mobile carrier information
BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \
p5-HTML-Selector-XPath>=0:${PORTSDIR}/www/p5-HTML-Selector-XPath \
p5-Web-Scraper>=0:${PORTSDIR}/www/p5-Web-Scraper \
BUILD_DEPENDS= p5-Moose>=0.60:${PORTSDIR}/devel/p5-Moose \
p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \
p5-HTML-Selector-XPath>=0.03:${PORTSDIR}/www/p5-HTML-Selector-XPath \
p5-Web-Scraper>=0.24:${PORTSDIR}/www/p5-Web-Scraper \
p5-CAM-PDF>=0:${PORTSDIR}/textproc/p5-CAM-PDF
PERL_CONFIGURE= yes
@ -38,4 +39,8 @@ MAN3= WWW::MobileCarrierJP::EZWeb::PictogramInfo.3 \
WWW::MobileCarrierJP::DoCoMo::HTMLVersion.3 \
WWW::MobileCarrierJP.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (WWW-MobileCarrierJP-0.31.tar.gz) = 309c3044cd98d4f058daad3323ae5bce
SHA256 (WWW-MobileCarrierJP-0.31.tar.gz) = 738c4379c7d2d72c089375221bb6fe252e06d3060c6306fe16178b4f928aa16b
SIZE (WWW-MobileCarrierJP-0.31.tar.gz) = 57046
MD5 (WWW-MobileCarrierJP-0.32.tar.gz) = 52d6b09f6ec5a32334c6ce28a5983473
SHA256 (WWW-MobileCarrierJP-0.32.tar.gz) = af347deaac2c2738f0b7f1b987d3f01d30aa844fae658719e957da32c8250ae4
SIZE (WWW-MobileCarrierJP-0.32.tar.gz) = 57725