diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:40:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:40:10 +0800 |
commit | 5839ac8ec121f302167cb8956a47b744b2095408 (patch) | |
tree | 573c2ddfa183a05cadf7695fbe2585206b34a215 /devel | |
parent | 842dca8ec8054dafca04020efc66b32596caad9e (diff) | |
download | freebsd-ports-gnome-5839ac8ec121f302167cb8956a47b744b2095408.tar.gz freebsd-ports-gnome-5839ac8ec121f302167cb8956a47b744b2095408.tar.zst freebsd-ports-gnome-5839ac8ec121f302167cb8956a47b744b2095408.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189573
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Iterator-Misc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Iterator-Misc/Makefile b/devel/p5-Iterator-Misc/Makefile index d740c499234a..1316e7f5258f 100644 --- a/devel/p5-Iterator-Misc/Makefile +++ b/devel/p5-Iterator-Misc/Makefile @@ -7,9 +7,12 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Miscellaneous iterator functions +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Iterator>=0:${PORTSDIR}/devel/p5-Iterator RUN_DEPENDS:= ${BUILD_DEPENDS} |