From a24a7c719ec92c3be24b3b0ddeae4aa65697499d Mon Sep 17 00:00:00 2001 From: sunpoet 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(-) diff --git a/math/p5-Math-Series/Makefile b/math/p5-Math-Series/Makefile index b1fc42e..5cb5612 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 d3c8266..15e2b94 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.1