- use CPAN macro
- simplify dependency - bump PORTREVISION
This commit is contained in:
parent
407a59395a
commit
8909c48cdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208421
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue