summaryrefslogtreecommitdiff
path: root/math/p5-Math-Series
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-09 03:42:04 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-09 03:42:04 +0000
commitc098f0632d117acaced2fc7072cb2d7be5123c31 (patch)
tree998ba7fa6b850075b1e86a6c5e9ccf2b58efbb79 /math/p5-Math-Series
parent- Add LICENSE (diff)
- Add LICENSE
- Update pkg-descr - Pass maintainership to submitter PR: ports/189298 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes: svn path=/head/; revision=353404
Diffstat (limited to 'math/p5-Math-Series')
-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 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/