summaryrefslogtreecommitdiff
path: root/math/p5-Math-Sequence
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-09 03:41:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-09 03:41:59 +0000
commit532cf95a6041b22637d9122abb891dd9f8a26445 (patch)
treec25aa92b52276688949247287e0c7d4fd35f653f /math/p5-Math-Sequence
parent- Add LICENSE (diff)
- Add LICENSE
- Update pkg-descr - Pass maintainership to submitter PR: ports/189297 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes: svn path=/head/; revision=353403
Diffstat (limited to 'math/p5-Math-Sequence')
-rw-r--r--math/p5-Math-Sequence/Makefile5
-rw-r--r--math/p5-Math-Sequence/pkg-descr3
2 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Math-Sequence/Makefile b/math/p5-Math-Sequence/Makefile
index e7d37ee3b248..e641ae3c3676 100644
--- a/math/p5-Math-Sequence/Makefile
+++ b/math/p5-Math-Sequence/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 sequences
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic
RUN_DEPENDS:= ${BUILD_DEPENDS}
diff --git a/math/p5-Math-Sequence/pkg-descr b/math/p5-Math-Sequence/pkg-descr
index 2a517400eee9..057d09007f85 100644
--- a/math/p5-Math-Sequence/pkg-descr
+++ b/math/p5-Math-Sequence/pkg-descr
@@ -19,7 +19,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 sequence may only access its predecessor, not the
-elements before that.
-
WWW: http://search.cpan.org/dist/Math-Sequence/