aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Evolutionary
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-03-04 11:33:53 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-03-04 11:33:53 +0000
commit8909c48cdf3128c3f449c757e10b0ca9a767acb2 (patch)
tree004e0e5ce7d84798f4bc7e83b94a2b76a23e7e6f /devel/p5-Algorithm-Evolutionary
parent407a59395ad32ae6a473309b62a1f7dc87e95f03 (diff)
downloadports-8909c48cdf3128c3f449c757e10b0ca9a767acb2.tar.gz
ports-8909c48cdf3128c3f449c757e10b0ca9a767acb2.zip
- use CPAN macro
- simplify dependency - bump PORTREVISION
Notes
Notes: svn path=/head/; revision=208421
Diffstat (limited to 'devel/p5-Algorithm-Evolutionary')
-rw-r--r--devel/p5-Algorithm-Evolutionary/Makefile17
-rw-r--r--devel/p5-Algorithm-Evolutionary/pkg-descr1
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/p5-Algorithm-Evolutionary/Makefile b/devel/p5-Algorithm-Evolutionary/Makefile
index 1421353b0c98..81cb7f729138 100644
--- a/devel/p5-Algorithm-Evolutionary/Makefile
+++ b/devel/p5-Algorithm-Evolutionary/Makefile
@@ -8,21 +8,20 @@
PORTNAME= Algorithm-Evolutionary
PORTVERSION= 0.54
+PORTREVISION= 1
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Algorithm
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A library for doing evolutionary computation in Perl
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Algorithm/Permute.pm:${PORTSDIR}/devel/p5-Algorithm-Permute \
- ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
- ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node \
- ${SITE_PERL}/XML/Parser/EasyTree.pm:${PORTSDIR}/textproc/p5-XML-Parser-EasyTree \
- p5-XML-LibXML>=1.5:${PORTSDIR}/textproc/p5-XML-LibXML \
- p5-Math-Random>=0.63:${PORTSDIR}/math/p5-Math-Random
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= p5-XML-LibXML>=1.5:${PORTSDIR}/textproc/p5-XML-LibXML
+RUN_DEPENDS= p5-Algorithm-Permute>=0.01:${PORTSDIR}/devel/p5-Algorithm-Permute \
+ p5-Math-Random>=0.63:${PORTSDIR}/math/p5-Math-Random \
+ p5-Tree-DAG_Node>=1.04:${PORTSDIR}/devel/p5-Tree-DAG_Node \
+ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
+ p5-XML-Parser-EasyTree>=0.01:${PORTSDIR}/textproc/p5-XML-Parser-EasyTree
PERL_CONFIGURE= yes
diff --git a/devel/p5-Algorithm-Evolutionary/pkg-descr b/devel/p5-Algorithm-Evolutionary/pkg-descr
index 26fe6436a706..7894f5dc04da 100644
--- a/devel/p5-Algorithm-Evolutionary/pkg-descr
+++ b/devel/p5-Algorithm-Evolutionary/pkg-descr
@@ -12,3 +12,4 @@ The desing principles of Algorithm::Evolutionary are:
such as EO or JEO.
WWW: http://opeal.sourceforge.net/
+WWW: http://search.cpan.org/dist/Algorithm-Evolutionary/