diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-09 09:18:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-09 09:18:22 +0000 |
commit | 14532090bf458902a41549e4e0df6b6ebc2b3beb (patch) | |
tree | 011632b3ecb15ec736035f5902d1879822425c12 /japanese/p5-WWW-MobileCarrierJP/Makefile | |
parent | 1bcd00b74f21b17bc84706d3eac080beac3d0697 (diff) | |
download | ports-14532090bf458902a41549e4e0df6b6ebc2b3beb.tar.gz ports-14532090bf458902a41549e4e0df6b6ebc2b3beb.zip |
Notes
Diffstat (limited to 'japanese/p5-WWW-MobileCarrierJP/Makefile')
-rw-r--r-- | japanese/p5-WWW-MobileCarrierJP/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/japanese/p5-WWW-MobileCarrierJP/Makefile b/japanese/p5-WWW-MobileCarrierJP/Makefile index a00b2614547d..dde778b18626 100644 --- a/japanese/p5-WWW-MobileCarrierJP/Makefile +++ b/japanese/p5-WWW-MobileCarrierJP/Makefile @@ -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> |