diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-19 14:09:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-19 14:09:30 +0800 |
commit | b05315461aaeecf7b98a24bfaf002de0fdee3cde (patch) | |
tree | 81173eb211ea9cf33e0529f30d0fa164d3fdb70d | |
parent | ce7907fe0965343f48a301c51d19f83fab4fb89b (diff) | |
download | freebsd-ports-gnome-b05315461aaeecf7b98a24bfaf002de0fdee3cde.tar.gz freebsd-ports-gnome-b05315461aaeecf7b98a24bfaf002de0fdee3cde.tar.zst freebsd-ports-gnome-b05315461aaeecf7b98a24bfaf002de0fdee3cde.zip |
- update to 2.08
- add licenses
- changes: http://cpansearch.perl.org/src/LETO/Math-MatrixReal-2.08/CHANGES
-rw-r--r-- | math/p5-MatrixReal/Makefile | 5 | ||||
-rw-r--r-- | math/p5-MatrixReal/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile index 7abaac1a25d8..bbbd112ed91c 100644 --- a/math/p5-MatrixReal/Makefile +++ b/math/p5-MatrixReal/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= MatrixReal -PORTVERSION= 2.05 +PORTVERSION= 2.08 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Math @@ -15,6 +15,9 @@ DISTNAME= Math-${PORTNAME}-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= A perl module implementing a Matrix of Reals +LICENSE_COMB= dual +LICENSE= ART20 GPLv1 + PERL_CONFIGURE= YES MAN3= Math::MatrixReal.3 Math::Kleene.3 diff --git a/math/p5-MatrixReal/distinfo b/math/p5-MatrixReal/distinfo index 92c752e8f593..b0939225e36d 100644 --- a/math/p5-MatrixReal/distinfo +++ b/math/p5-MatrixReal/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-MatrixReal-2.05.tar.gz) = 47f4ca9a7549cc208166f7c6049877c93a9b97b8c7f9afc6ce14ffe9d7ffa9a9 -SIZE (Math-MatrixReal-2.05.tar.gz) = 64172 +SHA256 (Math-MatrixReal-2.08.tar.gz) = 9377c6f37a860edd32d6028741ad525b73fe7a848f3c9d71b4f6526b2251f7fc +SIZE (Math-MatrixReal-2.08.tar.gz) = 80582 |