diff options
Diffstat (limited to 'devel/p5-Algorithm-Evolutionary')
-rw-r--r-- | devel/p5-Algorithm-Evolutionary/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-Algorithm-Evolutionary/pkg-descr | 1 |
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/ |