diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-29 13:30:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-29 13:30:58 +0000 |
commit | 4071ead6efc96c8307c4cd3a4f12a91e53449100 (patch) | |
tree | 8d2890259ed3fd8a10627e55fa6f45e9e9d87af0 /devel/p5-MooseX-Storage | |
parent | b98344716cc5eb27463b4dfb1d4e01a724c4eaf0 (diff) |
Notes
Diffstat (limited to 'devel/p5-MooseX-Storage')
-rw-r--r-- | devel/p5-MooseX-Storage/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-MooseX-Storage/Makefile b/devel/p5-MooseX-Storage/Makefile index aa6eec0c0d35..2ade843d987d 100644 --- a/devel/p5-MooseX-Storage/Makefile +++ b/devel/p5-MooseX-Storage/Makefile @@ -10,13 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Serialization framework for Moose classes +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_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 BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Module-Build-Tiny>=0.026:${PORTSDIR}/devel/p5-Module-Build-Tiny -TEST_DEPENDS= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \ - p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ +TEST_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-JSON>=0.06:${PORTSDIR}/devel/p5-Test-JSON \ |