aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-11-24 21:12:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-11-24 21:12:05 +0000
commitfef0cfb2d39547bf44ecaebc47163c862afb5a40 (patch)
tree4ea6dd45004387665c8e22cf2ad6be94fe27016f /devel
parent1b5f2d72e9194d3c3ad3907d347caacbc9ddbd41 (diff)
downloadports-fef0cfb2d39547bf44ecaebc47163c862afb5a40.tar.gz
ports-fef0cfb2d39547bf44ecaebc47163c862afb5a40.zip
- Add LICENSE
- Use TEST_DEPENDS
Notes
Notes: svn path=/head/; revision=373375
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Algorithm-Dependency/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-Algorithm-Dependency/Makefile b/devel/p5-Algorithm-Dependency/Makefile
index 323fd4080e49..a8de3d81c6ee 100644
--- a/devel/p5-Algorithm-Dependency/Makefile
+++ b/devel/p5-Algorithm-Dependency/Makefile
@@ -10,9 +10,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Base class for implementing various dependency trees
-RUN_DEPENDS= p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util
-BUILD_DEPENDS:= ${RUN_DEPENDS}
-BUILD_DEPENDS+= p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI
USES= perl5
USE_PERL5= configure