aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/p5-Set-Partition/Makefile5
-rw-r--r--math/p5-Set-Partition/pkg-descr1
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/