diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:41:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:41:20 +0000 |
commit | 4238a415ddcf73fa8b49689c7454ec50c9f9e02a (patch) | |
tree | d34bfe0ebfb743fc008f97fa459600bed2ee1ecf /misc/p5-Array-Diff | |
parent | dd73c8fd891d9461293f36a0d6ad3a9dc5b1f6e2 (diff) | |
download | ports-4238a415ddcf73fa8b49689c7454ec50c9f9e02a.tar.gz ports-4238a415ddcf73fa8b49689c7454ec50c9f9e02a.zip |
Notes
Diffstat (limited to 'misc/p5-Array-Diff')
-rw-r--r-- | misc/p5-Array-Diff/Makefile | 9 |
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 |