diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-10 12:10:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-10 12:10:10 +0800 |
commit | 3281f00d855fb5e70973d22f66080f782f9712c0 (patch) | |
tree | 29bb33238c5603dc368d6188b7819f0bcc7cc601 /devel | |
parent | 8053d2171c2167c2b21bc518a9ac8430d1e12dee (diff) | |
download | freebsd-ports-gnome-3281f00d855fb5e70973d22f66080f782f9712c0.tar.gz freebsd-ports-gnome-3281f00d855fb5e70973d22f66080f782f9712c0.tar.zst freebsd-ports-gnome-3281f00d855fb5e70973d22f66080f782f9712c0.zip |
- Update to 0.78
- Add LICENSE
Changes: http://search.cpan.org/dist/Algorithm-Evolutionary/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Algorithm-Evolutionary/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Algorithm-Evolutionary/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Algorithm-Evolutionary/Makefile b/devel/p5-Algorithm-Evolutionary/Makefile index 7e03d53589cb..697c66a35087 100644 --- a/devel/p5-Algorithm-Evolutionary/Makefile +++ b/devel/p5-Algorithm-Evolutionary/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Algorithm-Evolutionary -PORTVERSION= 0.77 -PORTREVISION= 1 +PORTVERSION= 0.78 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A library for doing evolutionary computation in Perl +LICENSE= GPLv2 + BUILD_DEPENDS= p5-Algorithm-Permute>=0.01:${PORTSDIR}/devel/p5-Algorithm-Permute \ p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \ p5-Clone>=0.31:${PORTSDIR}/devel/p5-Clone \ @@ -29,7 +30,6 @@ BUILD_DEPENDS= p5-Algorithm-Permute>=0.01:${PORTSDIR}/devel/p5-Algorithm-Permute p5-XML-Parser-Style-EasyTree>=0:${PORTSDIR}/textproc/p5-XML-Parser-Style-EasyTree \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Pod-Escapes>=0:${PORTSDIR}/textproc/p5-Pod-Escapes \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod diff --git a/devel/p5-Algorithm-Evolutionary/distinfo b/devel/p5-Algorithm-Evolutionary/distinfo index f85a5cf93f66..71b7a765b4e1 100644 --- a/devel/p5-Algorithm-Evolutionary/distinfo +++ b/devel/p5-Algorithm-Evolutionary/distinfo @@ -1,2 +1,2 @@ -SHA256 (Algorithm-Evolutionary-0.77.tar.gz) = e69ef8d7fe0af12dbf3bf29154a1c1e533bc04fb32566f3bb26524a084da50a8 -SIZE (Algorithm-Evolutionary-0.77.tar.gz) = 112153 +SHA256 (Algorithm-Evolutionary-0.78.tar.gz) = 80a4c6876c5c13e9a31a692460bec30af39f9e8b5bfc43f0943b089c029ac206 +SIZE (Algorithm-Evolutionary-0.78.tar.gz) = 111973 |