aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-Storage
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-03-05 14:55:35 +0000
committerSteve Wills <swills@FreeBSD.org>2012-03-05 14:55:35 +0000
commit7c9ff17e9bdc021ff9393952b6b737e7236798ac (patch)
treeae621e76dbff3ba3804879083c9a1c44b5316d8a /devel/p5-MooseX-Storage
parent278226b7f3f070db6b6aae5eac477d97b158ae2b (diff)
downloadports-7c9ff17e9bdc021ff9393952b6b737e7236798ac.tar.gz
ports-7c9ff17e9bdc021ff9393952b6b737e7236798ac.zip
Notes
Diffstat (limited to 'devel/p5-MooseX-Storage')
-rw-r--r--devel/p5-MooseX-Storage/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-MooseX-Storage/Makefile b/devel/p5-MooseX-Storage/Makefile
index 2b1ae5a8e94d..b98efd12f782 100644
--- a/devel/p5-MooseX-Storage/Makefile
+++ b/devel/p5-MooseX-Storage/Makefile
@@ -7,20 +7,23 @@
PORTNAME= MooseX-Storage
PORTVERSION= 0.30
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= sahil@FreeBSD.org
+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 \
+ 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 \
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
- p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+ p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
PERL_CONFIGURE= yes