diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2011-09-07 09:33:45 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2011-09-07 09:33:45 +0000 |
commit | b82bc49354cb05e3645c5c78477b874b5f7d7aaf (patch) | |
tree | 2b2eb05d988709b8ccc18d8e4025c0a813a77fce /devel/p5-Test-Base | |
parent | 7ad9424184989b9cfc78776793105a1b66af376d (diff) | |
download | ports-b82bc49354cb05e3645c5c78477b874b5f7d7aaf.tar.gz ports-b82bc49354cb05e3645c5c78477b874b5f7d7aaf.zip |
Notes
Diffstat (limited to 'devel/p5-Test-Base')
-rw-r--r-- | devel/p5-Test-Base/Makefile | 16 | ||||
-rw-r--r-- | devel/p5-Test-Base/distinfo | 4 |
2 files changed, 8 insertions, 12 deletions
diff --git a/devel/p5-Test-Base/Makefile b/devel/p5-Test-Base/Makefile index 8caa24b911a4..8c2a902619a6 100644 --- a/devel/p5-Test-Base/Makefile +++ b/devel/p5-Test-Base/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-Base -PORTVERSION= 0.59 +PORTVERSION= 0.60 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Test::Base - A Data Driven Testing Framework -RUN_DEPENDS= p5-Spiffy>=0.30:${PORTSDIR}/devel/p5-Spiffy \ +COMMON_DEPENDS= p5-Spiffy>=0.30:${PORTSDIR}/devel/p5-Spiffy \ + p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ${COMMON_DEPENDS} +RUN_DEPENDS= ${COMMON_DEPENDS} PERL_CONFIGURE= yes @@ -24,10 +26,4 @@ MAN3= Test::Base.3 \ Test::Base::Filter.3 \ Module::Install::TestBase.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500808 -RUN_DEPENDS+= p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-Test-Base/distinfo b/devel/p5-Test-Base/distinfo index bf499c83dbc8..f01ab2298839 100644 --- a/devel/p5-Test-Base/distinfo +++ b/devel/p5-Test-Base/distinfo @@ -1,2 +1,2 @@ -SHA256 (Test-Base-0.59.tar.gz) = 358f340c0762226d66524d9dfb2f02b4d85c7a506fd66bb39de796f0e84becea -SIZE (Test-Base-0.59.tar.gz) = 50691 +SHA256 (Test-Base-0.60.tar.gz) = 7d09a9da86dd86b0565f07db01df62593b480db7c1761cb4fabd20af2c18c079 +SIZE (Test-Base-0.60.tar.gz) = 60322 |