diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:41:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:41:08 +0000 |
commit | 9cf974e836879f7a1e800fd4b18fc41bc79ca397 (patch) | |
tree | 557d9e81ddc0c785befdb760a497e322d8b7207a | |
parent | 3c6884934326522daf5e9fa95d3805d12108c529 (diff) | |
download | ports-9cf974e836879f7a1e800fd4b18fc41bc79ca397.tar.gz ports-9cf974e836879f7a1e800fd4b18fc41bc79ca397.zip |
Notes
-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 |