From c098f0632d117acaced2fc7072cb2d7be5123c31 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 May 2014 03:42:04 +0000 Subject: - Add LICENSE - Update pkg-descr - Pass maintainership to submitter PR: ports/189298 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> --- math/p5-Math-Series/Makefile | 5 ++++- math/p5-Math-Series/pkg-descr | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'math/p5-Math-Series') diff --git a/math/p5-Math-Series/Makefile b/math/p5-Math-Series/Makefile index b1fc42e42dbd..5cb5612f71bf 100644 --- a/math/p5-Math-Series/Makefile +++ b/math/p5-Math-Series/Makefile @@ -7,9 +7,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl extension dealing with mathematic series +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Math-Sequence>=0:${PORTSDIR}/math/p5-Math-Sequence RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/math/p5-Math-Series/pkg-descr b/math/p5-Math-Series/pkg-descr index d3c826689f3e..15e2b946247c 100644 --- a/math/p5-Math-Series/pkg-descr +++ b/math/p5-Math-Series/pkg-descr @@ -21,7 +21,4 @@ facilities to cache all calculated elements and access any element directly, though unless the element has been cached in a previous calculation, this is just a shortcut for repeated use of the iterator. -Every element in the series may only access its predecessor, not the -elements before that. - WWW: http://search.cpan.org/dist/Math-Series/ -- cgit v1.2.3