diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-05 00:42:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-05 00:42:59 +0800 |
commit | c118f713b438a9ba647ee8e4509ca685831dc391 (patch) | |
tree | ce256de15dfcb6925fb3479421909377b9cd6125 /math | |
parent | d5b76bd6924da55ffaf03a129c427662f2e64488 (diff) | |
download | freebsd-ports-gnome-c118f713b438a9ba647ee8e4509ca685831dc391.tar.gz freebsd-ports-gnome-c118f713b438a9ba647ee8e4509ca685831dc391.tar.zst freebsd-ports-gnome-c118f713b438a9ba647ee8e4509ca685831dc391.zip |
- Update to 0.23
- Add LICENSE
Changes: http://search.cpan.org/dist/Math-Int64/Changes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Int64/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Int64/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/math/p5-Math-Int64/Makefile b/math/p5-Math-Int64/Makefile index e67683f1471b..64f4086848fe 100644 --- a/math/p5-Math-Int64/Makefile +++ b/math/p5-Math-Int64/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-Int64 -PORTVERSION= 0.19 +PORTVERSION= 0.23 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Manipulate 64 bits integers in Perl +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= Math::Int64.3 \ diff --git a/math/p5-Math-Int64/distinfo b/math/p5-Math-Int64/distinfo index 7175ce62b6af..2f4f06a93b23 100644 --- a/math/p5-Math-Int64/distinfo +++ b/math/p5-Math-Int64/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Int64-0.19.tar.gz) = bc70650319c223e8ef86d5f7c12b40ab8c3c0d835e7168c9db7dd9f4aaeefd64 -SIZE (Math-Int64-0.19.tar.gz) = 61285 +SHA256 (Math-Int64-0.23.tar.gz) = cb8a8a0b1e737dd566b8bdcfee4814b65f909bb16f6312f48c6db0802d035ba7 +SIZE (Math-Int64-0.23.tar.gz) = 61769 |