diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:08 +0800 |
commit | b6fbcb22d0e72c2244033450beb9ccf6faeb0a1d (patch) | |
tree | 557d9e81ddc0c785befdb760a497e322d8b7207a /misc/p5-Zen-Koans | |
parent | 6896f3067a3ada180d55c260c83d5f0d8ae17c49 (diff) | |
download | freebsd-ports-gnome-b6fbcb22d0e72c2244033450beb9ccf6faeb0a1d.tar.gz freebsd-ports-gnome-b6fbcb22d0e72c2244033450beb9ccf6faeb0a1d.tar.zst freebsd-ports-gnome-b6fbcb22d0e72c2244033450beb9ccf6faeb0a1d.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189280
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'misc/p5-Zen-Koans')
-rw-r--r-- | misc/p5-Zen-Koans/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/p5-Zen-Koans/Makefile b/misc/p5-Zen-Koans/Makefile index 13b8b30738e6..4ff79a5511d1 100644 --- a/misc/p5-Zen-Koans/Makefile +++ b/misc/p5-Zen-Koans/Makefile @@ -8,9 +8,12 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LUKEC PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Library containing over 100 Zen Koans +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |