diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:43 +0800 |
commit | b6a209813f5a3d0f3f7e1c8bdeea2b890a8c3b1c (patch) | |
tree | 92a338f51a2758b96804e3914cbb4dd4abe9ce9b /math | |
parent | 63659eed3f72849cab76a5928d23862ba385e788 (diff) | |
download | freebsd-ports-gnome-b6a209813f5a3d0f3f7e1c8bdeea2b890a8c3b1c.tar.gz freebsd-ports-gnome-b6a209813f5a3d0f3f7e1c8bdeea2b890a8c3b1c.tar.zst freebsd-ports-gnome-b6a209813f5a3d0f3f7e1c8bdeea2b890a8c3b1c.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189308
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Combinatorics/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Math-Combinatorics/Makefile b/math/p5-Math-Combinatorics/Makefile index 0904ab4474e4..19a770f1f41c 100644 --- a/math/p5-Math-Combinatorics/Makefile +++ b/math/p5-Math-Combinatorics/Makefile @@ -7,9 +7,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perform combinations and permutations on lists +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |