aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Forest/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-31 01:21:50 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-31 01:21:50 +0000
commit99905a566e5d4487d4783b1b9f2d94b7fae6dfd2 (patch)
tree1d301171681611092f849cae09bb0a28371c5f00 /devel/p5-Forest/Makefile
parente4b722ec44b650397d15412aaea82f7f85d65d52 (diff)
Notes
Diffstat (limited to 'devel/p5-Forest/Makefile')
-rw-r--r--devel/p5-Forest/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/p5-Forest/Makefile b/devel/p5-Forest/Makefile
index 6a2f8e61eb58..9d1b0724b00b 100644
--- a/devel/p5-Forest/Makefile
+++ b/devel/p5-Forest/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Forest
-PORTVERSION= 0.09
+PORTVERSION= 0.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:STEVAN
@@ -11,11 +11,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Collection of n-ary tree related modules
-RUN_DEPENDS= p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \
- p5-MooseX-AttributeHelpers>=0.17:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Clone>=0.05:${PORTSDIR}/devel/p5-MooseX-Clone
-BUILD_DEPENDS:= ${RUN_DEPENDS}
-BUILD_DEPENDS+= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5