diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-02-14 13:13:03 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-02-14 13:13:03 +0000 |
commit | 2d32a748349b728c99d9d1fde73d5e56b9e4cfd5 (patch) | |
tree | ae468463474c3a09df4695b982b67ee66f6e207c | |
parent | f02e63ad069d9ff3d7fa5b6edd04ad5d41f5fb47 (diff) |
- Update to 0.27
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Algorithm-Combinatorics/Changes
Notes
Notes:
svn path=/head/; revision=291340
-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 |