summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-09 03:42:04 +0000
committersunpoet <sunpoet@FreeBSD.org>2014-05-09 03:42:04 +0000
commita24a7c719ec92c3be24b3b0ddeae4aa65697499d (patch)
tree998ba7fa6b850075b1e86a6c5e9ccf2b58efbb79
parent81fe79140e89299338e7aec036a8e448f60fdbd7 (diff)
downloadFreeBSD-ports-a24a7c719ec92c3be24b3b0ddeae4aa65697499d.zip
FreeBSD-ports-a24a7c719ec92c3be24b3b0ddeae4aa65697499d.tar.gz
- Add LICENSE
- Update pkg-descr - Pass maintainership to submitter PR: ports/189298 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r--math/p5-Math-Series/Makefile5
-rw-r--r--math/p5-Math-Series/pkg-descr3
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/
OpenPOWER on IntegriCloud