diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-23 19:40:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-23 19:40:38 +0000 |
commit | e97b2e5630734d0f65f32e0b753ca7ee77c97451 (patch) | |
tree | 2c6e6a240bdd186ef2736d1bae44f3d0b2502103 /math/p5-Math-Matrix | |
parent | a20f25a9a4bd29fcc9abf7afa294bc6538659841 (diff) |
Update to 0.91
- Add LICENSE
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/Math-Matrix
Notes
Notes:
svn path=/head/; revision=545904
Diffstat (limited to 'math/p5-Math-Matrix')
-rw-r--r-- | math/p5-Math-Matrix/Makefile | 8 | ||||
-rw-r--r-- | math/p5-Math-Matrix/distinfo | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/math/p5-Math-Matrix/Makefile b/math/p5-Math-Matrix/Makefile index 72e8e7b48588..74189aac3b41 100644 --- a/math/p5-Math-Matrix/Makefile +++ b/math/p5-Math-Matrix/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Matrix -PORTVERSION= 0.8 -PORTREVISION= 1 +PORTVERSION= 0.91 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Multiply and invert matrices in Perl +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/math/p5-Math-Matrix/distinfo b/math/p5-Math-Matrix/distinfo index 42a8cfd64b1e..b4b3e74ca4ea 100644 --- a/math/p5-Math-Matrix/distinfo +++ b/math/p5-Math-Matrix/distinfo @@ -1,2 +1,3 @@ -SHA256 (Math-Matrix-0.8.tar.gz) = 74db24195672a481012230b112e97ee9b7cb8cc30e8374d852e1ffd67c9af467 -SIZE (Math-Matrix-0.8.tar.gz) = 7748 +TIMESTAMP = 1598175302 +SHA256 (Math-Matrix-0.91.tar.gz) = bed4cffe0ccde78571ff41b8313db51844c0e34e98d431fb59d294111ce9c231 +SIZE (Math-Matrix-0.91.tar.gz) = 27895 |