diff options
author | culot <culot@FreeBSD.org> | 2011-06-22 06:55:44 +0000 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-06-22 06:55:44 +0000 |
commit | df875affb08254a1b6aaa7fb914f7251815dac25 (patch) | |
tree | cb894bd6c08add5bb85670b115dca710f3d39393 | |
parent | 05ed2635c3aa0916bbafcd33766d38d0555eee0a (diff) | |
download | FreeBSD-ports-df875affb08254a1b6aaa7fb914f7251815dac25.zip FreeBSD-ports-df875affb08254a1b6aaa7fb914f7251815dac25.tar.gz |
- Update to 1.58 [1]
- Add LICENSE
Changes: http://search.cpan.org/dist/Math-Complex/ChangeLog
PR: ports/158152 [1]
Submitted by: Jin-Sih Lin <linpct@gmail.com>
-rw-r--r-- | math/p5-Math-Complex/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Complex/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/math/p5-Math-Complex/Makefile b/math/p5-Math-Complex/Makefile index d056610..afc8891 100644 --- a/math/p5-Math-Complex/Makefile +++ b/math/p5-Math-Complex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-Complex -PORTVERSION= 1.57 +PORTVERSION= 1.58 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Complex numbers and associated mathematical functions +LICENSE_COMB= dual +LICENSE= ART10 GPLv1 + PERL_CONFIGURE= yes MAN3= Math::Complex.3 \ diff --git a/math/p5-Math-Complex/distinfo b/math/p5-Math-Complex/distinfo index f7ba412..61d8172 100644 --- a/math/p5-Math-Complex/distinfo +++ b/math/p5-Math-Complex/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Complex-1.57.tar.gz) = 0a4d5aead72c4b273d400f0837b632710fc0587c00c50e43982911eb8dbc8e00 -SIZE (Math-Complex-1.57.tar.gz) = 38611 +SHA256 (Math-Complex-1.58.tar.gz) = 304511599eb997fde7e21f7ea4105f0882f7cddb94537f56d2a46d618a8bb3d8 +SIZE (Math-Complex-1.58.tar.gz) = 38541 |