diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:04 +0800 |
commit | a24a7c719ec92c3be24b3b0ddeae4aa65697499d (patch) | |
tree | 998ba7fa6b850075b1e86a6c5e9ccf2b58efbb79 | |
parent | 81fe79140e89299338e7aec036a8e448f60fdbd7 (diff) | |
download | freebsd-ports-gnome-a24a7c719ec92c3be24b3b0ddeae4aa65697499d.tar.gz freebsd-ports-gnome-a24a7c719ec92c3be24b3b0ddeae4aa65697499d.tar.zst freebsd-ports-gnome-a24a7c719ec92c3be24b3b0ddeae4aa65697499d.zip |
- 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/Makefile | 5 | ||||
-rw-r--r-- | 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 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/ |