diff options
Diffstat (limited to 'japanese/p5-WWW-MobileCarrierJP/Makefile')
-rw-r--r-- | japanese/p5-WWW-MobileCarrierJP/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/japanese/p5-WWW-MobileCarrierJP/Makefile b/japanese/p5-WWW-MobileCarrierJP/Makefile index bed5739736ed..e4525868f958 100644 --- a/japanese/p5-WWW-MobileCarrierJP/Makefile +++ b/japanese/p5-WWW-MobileCarrierJP/Makefile @@ -3,7 +3,7 @@ PORTNAME= WWW-MobileCarrierJP PORTVERSION= 0.63 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese www perl5 MASTER_SITES= CPAN @@ -20,10 +20,8 @@ RUN_DEPENDS= p5-Moose>=0.60:${PORTSDIR}/devel/p5-Moose \ p5-Web-Scraper>=0.24:${PORTSDIR}/www/p5-Web-Scraper \ p5-libwww>=5.834:${PORTSDIR}/www/p5-libwww \ 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} - TEST_DEPENDS= p5-LWP-Online>=1.07:${PORTSDIR}/www/p5-LWP-Online \ p5-Test-Base>0:${PORTSDIR}/devel/p5-Test-Base @@ -34,8 +32,4 @@ USE_PERL5= configure 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> |