mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- Update to 0.61 [1]
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS - Update TEST_DEPENDS Changes: http://search.cpan.org/dist/WWW-MobileCarrierJP/Changes PR: ports/163319 [1] Submitted by: Teramoto Masahiro <markun@onohara.to> (maintainer)
This commit is contained in:
parent
a5e1090fd3
commit
e4201e03f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287472
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= WWW-MobileCarrierJP
|
||||
PORTVERSION= 0.60
|
||||
PORTVERSION= 0.61
|
||||
CATEGORIES= japanese www perl5
|
||||
MASTER_SITES= CPAN
|
||||
|
||||
@ -16,7 +16,7 @@ COMMENT= Scrape Japanese mobile carrier information
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Moose>=0.60:${PORTSDIR}/devel/p5-Moose \
|
||||
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-HTML-TableExtract>=2.10:${PORTSDIR}/www/p5-HTML-TableExtract \
|
||||
@ -25,9 +25,10 @@ RUN_DEPENDS= p5-Moose>=0.60:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-parent>=0:${PORTSDIR}/devel/p5-parent \
|
||||
p5-CAM-PDF>=0:${PORTSDIR}/textproc/p5-CAM-PDF
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-LWP-Online>=1.07:${PORTSDIR}/www/p5-LWP-Online
|
||||
TEST_DEPENDS= p5-LWP-Online>=1.07:${PORTSDIR}/www/p5-LWP-Online \
|
||||
p5-Test-Base>0:${PORTSDIR}/devel/p5-Test-Base
|
||||
|
||||
USE_PERL5= 5.8.1+
|
||||
PERL_CONFIGURE= yes
|
||||
@ -59,4 +60,8 @@ MAN3= WWW::MobileCarrierJP::EZWeb::PictogramInfo.3 \
|
||||
|
||||
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (WWW-MobileCarrierJP-0.60.tar.gz) = 5c31fd93601f5a74b662a7363fa2577f6b71e8bf50b6f148a952840fa225307f
|
||||
SIZE (WWW-MobileCarrierJP-0.60.tar.gz) = 49662
|
||||
SHA256 (WWW-MobileCarrierJP-0.61.tar.gz) = fd4394df1cbeb4f090be1ad1ac96f1c10ce04ac0345604dbe4534f3e8a750168
|
||||
SIZE (WWW-MobileCarrierJP-0.61.tar.gz) = 49723
|
||||
|
Loading…
Reference in New Issue
Block a user