diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:20 +0800 |
commit | 367e43c432154b271d72349298765aeefefb2673 (patch) | |
tree | d34bfe0ebfb743fc008f97fa459600bed2ee1ecf /misc | |
parent | def5343e5c81bf530f1bb8fd5fa563eb8b5a11e0 (diff) | |
download | freebsd-ports-gnome-367e43c432154b271d72349298765aeefefb2673.tar.gz freebsd-ports-gnome-367e43c432154b271d72349298765aeefefb2673.tar.zst freebsd-ports-gnome-367e43c432154b271d72349298765aeefefb2673.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189283
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'misc')
-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 |