aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Array-Diff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-09 03:41:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-09 03:41:20 +0000
commit4238a415ddcf73fa8b49689c7454ec50c9f9e02a (patch)
treed34bfe0ebfb743fc008f97fa459600bed2ee1ecf /misc/p5-Array-Diff
parentdd73c8fd891d9461293f36a0d6ad3a9dc5b1f6e2 (diff)
downloadports-4238a415ddcf73fa8b49689c7454ec50c9f9e02a.tar.gz
ports-4238a415ddcf73fa8b49689c7454ec50c9f9e02a.zip
- Add LICENSE
- Pass maintainership to submitter PR: ports/189283 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes: svn path=/head/; revision=353394
Diffstat (limited to 'misc/p5-Array-Diff')
-rw-r--r--misc/p5-Array-Diff/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/p5-Array-Diff/Makefile b/misc/p5-Array-Diff/Makefile
index 7f53b1343cb5..f94cdb80296e 100644
--- a/misc/p5-Array-Diff/Makefile
+++ b/misc/p5-Array-Diff/Makefile
@@ -7,12 +7,15 @@ CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Diff two arrays
-RUN_DEPENDS= p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure