From e59c2f223b76c7dd3bcb3f9c738103980047e179 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 9 May 2014 03:41:41 +0000 Subject: - Add LICENSE - Pass maintainership to submitter - While I'm here, remove Author line PR: ports/189292 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> --- math/p5-Set-Partition/Makefile | 5 ++++- 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/ -- cgit