diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-13 07:58:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-13 07:58:41 +0000 |
commit | 63a5f51bff82acc0758029f9e5c5385d5c5e0dc7 (patch) | |
tree | 150cb14e64d8f00fc37ab4dd54866f1c139abfbc | |
parent | dd74b94de8a2ba17dfe6ef0aa3c50bf95532430c (diff) |
Notes
-rw-r--r-- | devel/p5-MooseX-Storage/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-MooseX-Storage/distinfo | 4 |
2 files changed, 20 insertions, 11 deletions
diff --git a/devel/p5-MooseX-Storage/Makefile b/devel/p5-MooseX-Storage/Makefile index b98efd12f782..e9a348cd4dc1 100644 --- a/devel/p5-MooseX-Storage/Makefile +++ b/devel/p5-MooseX-Storage/Makefile @@ -6,8 +6,7 @@ # PORTNAME= MooseX-Storage -PORTVERSION= 0.30 -PORTREVISION= 1 +PORTVERSION= 0.31 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,15 +14,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An serialization framework for Moose classes -BUILD_DEPENDS= p5-Moose>=0.99:${PORTSDIR}/devel/p5-Moose \ - p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any \ +BUILD_DEPENDS= p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any \ + p5-Moose>=0.99:${PORTSDIR}/devel/p5-Moose \ p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Test-JSON>=0.06:${PORTSDIR}/devel/p5-Test-JSON \ + +TEST_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-JSON>=0.06:${PORTSDIR}/devel/p5-Test-JSON \ + p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML PERL_CONFIGURE= yes @@ -48,4 +51,10 @@ MAN3= MooseX::Storage.3 \ MooseX::Storage::Traits::OnlyWhenBuilt.3 \ MooseX::Storage::Util.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-MooseX-Storage/distinfo b/devel/p5-MooseX-Storage/distinfo index 69182b99ae4f..2ee38cea8533 100644 --- a/devel/p5-MooseX-Storage/distinfo +++ b/devel/p5-MooseX-Storage/distinfo @@ -1,2 +1,2 @@ -SHA256 (MooseX-Storage-0.30.tar.gz) = 689801928852b9aa05c9f4a5141c7d301b47c42dcff2d2fac3533670e6d39bd8 -SIZE (MooseX-Storage-0.30.tar.gz) = 52941 +SHA256 (MooseX-Storage-0.31.tar.gz) = 437a315642b291d26b6eb846271a2460c4d4f2e852b72816f2fd3c69f07d3fcf +SIZE (MooseX-Storage-0.31.tar.gz) = 53738 |