diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:41 +0800 |
commit | e59c2f223b76c7dd3bcb3f9c738103980047e179 (patch) | |
tree | 0cddbf1530f7812e4609cfe85d1bef4e4bfe9eab | |
parent | 18673e782056fcc54ba7c4c96d8eabda633f71a1 (diff) | |
download | freebsd-ports-gnome-e59c2f223b76c7dd3bcb3f9c738103980047e179.tar.gz freebsd-ports-gnome-e59c2f223b76c7dd3bcb3f9c738103980047e179.tar.zst freebsd-ports-gnome-e59c2f223b76c7dd3bcb3f9c738103980047e179.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line
PR: ports/189292
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-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/ |