diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:41:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:41:59 +0000 |
commit | 532cf95a6041b22637d9122abb891dd9f8a26445 (patch) | |
tree | c25aa92b52276688949247287e0c7d4fd35f653f /math/p5-Math-Sequence | |
parent | aa449cf92efaec1dce92ec23d364a9ab47989c77 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Sequence')
-rw-r--r-- | math/p5-Math-Sequence/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Sequence/pkg-descr | 3 |
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/ |