diff options
author | culot <culot@FreeBSD.org> | 2012-02-14 21:13:03 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-02-14 21:13:03 +0800 |
commit | 5198491dd78d3f22f2da16dc4c9ebec88e3a1709 (patch) | |
tree | eee39df785372f904eece9d1a8b1dab7c4f7e67a /math | |
parent | dfac3ec6fc01870f95a7999d3e6747e7cf971deb (diff) | |
download | freebsd-ports-gnome-5198491dd78d3f22f2da16dc4c9ebec88e3a1709.tar.gz freebsd-ports-gnome-5198491dd78d3f22f2da16dc4c9ebec88e3a1709.tar.zst freebsd-ports-gnome-5198491dd78d3f22f2da16dc4c9ebec88e3a1709.zip |
- Update to 0.27
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Algorithm-Combinatorics/Changes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Algorithm-Combinatorics/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Algorithm-Combinatorics/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/math/p5-Algorithm-Combinatorics/Makefile b/math/p5-Algorithm-Combinatorics/Makefile index 998ad157ec7e..8f1bda4cd94a 100644 --- a/math/p5-Algorithm-Combinatorics/Makefile +++ b/math/p5-Algorithm-Combinatorics/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Algorithm-Combinatorics -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FXN @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Efficient generation of combinatorial sequences +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + MAN3= Algorithm::Combinatorics.3 PERL_CONFIGURE= yes diff --git a/math/p5-Algorithm-Combinatorics/distinfo b/math/p5-Algorithm-Combinatorics/distinfo index a275b9200c1c..252882eb6995 100644 --- a/math/p5-Algorithm-Combinatorics/distinfo +++ b/math/p5-Algorithm-Combinatorics/distinfo @@ -1,2 +1,2 @@ -SHA256 (Algorithm-Combinatorics-0.26.tar.gz) = dc620d221d1a352505b57f4ea24a6508193349c88c5b8a1ea248377eca555319 -SIZE (Algorithm-Combinatorics-0.26.tar.gz) = 17500 +SHA256 (Algorithm-Combinatorics-0.27.tar.gz) = 8378da39ecdb37d5cc89cc130a3b1353fd75d56c7690905673473fe4c25cd132 +SIZE (Algorithm-Combinatorics-0.27.tar.gz) = 17548 |