diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:41:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:41:41 +0000 |
commit | f5079201506bd55f3ed28d10239f41b95fc398ac (patch) | |
tree | 0cddbf1530f7812e4609cfe85d1bef4e4bfe9eab /math/p5-Set-Partition | |
parent | 2bb1dc5680a88ac1c30832b1e80bbe7f8b52dfc6 (diff) | |
download | ports-f5079201506bd55f3ed28d10239f41b95fc398ac.tar.gz ports-f5079201506bd55f3ed28d10239f41b95fc398ac.zip |
Notes
Diffstat (limited to 'math/p5-Set-Partition')
-rw-r--r-- | math/p5-Set-Partition/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Set-Partition/pkg-descr | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/math/p5-Set-Partition/Makefile b/math/p5-Set-Partition/Makefile index b3989417b779..084dfd17b75a 100644 --- a/math/p5-Set-Partition/Makefile +++ b/math/p5-Set-Partition/Makefile @@ -7,9 +7,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Enumerate all arrangements of a set in fixed subsets +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure diff --git a/math/p5-Set-Partition/pkg-descr b/math/p5-Set-Partition/pkg-descr index 7229e57c57e4..6e1988f89208 100644 --- a/math/p5-Set-Partition/pkg-descr +++ b/math/p5-Set-Partition/pkg-descr @@ -8,5 +8,4 @@ according to the given partitioning. All possible arrangements are returned, and the object returns undef when the entire combination space has been exhausted. -Author: David Landgren (http://www.landgren.net/perl/) WWW: http://search.cpan.org/dist/Set-Partition/ |