diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-12-27 18:58:26 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-12-27 18:58:26 +0000 |
commit | dda8ae5412bc20961fb90e24d5b15e77a46537d6 (patch) | |
tree | c564105030e11fabe4b392b18fbdd823a61bfdbd /biology/p5-Bio-Phylo/Makefile | |
parent | c15f79bda8dc0934d1deed68a4531a9585ecfc35 (diff) | |
download | ports-dda8ae5412bc20961fb90e24d5b15e77a46537d6.tar.gz ports-dda8ae5412bc20961fb90e24d5b15e77a46537d6.zip |
Notes
Diffstat (limited to 'biology/p5-Bio-Phylo/Makefile')
-rw-r--r-- | biology/p5-Bio-Phylo/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/biology/p5-Bio-Phylo/Makefile b/biology/p5-Bio-Phylo/Makefile index 5c72850da4fd..96d4d20471e8 100644 --- a/biology/p5-Bio-Phylo/Makefile +++ b/biology/p5-Bio-Phylo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Bio-Phylo -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= biology perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Bio @@ -15,13 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= aaron@FreeBSD.org COMMENT= Phylogenetic analysis using perl -RUN_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ +BUILD_DEPENDS= p5-Exception-Class>1.22:${PORTSDIR}/devel/p5-Exception-Class \ p5-Math-Random>=0.67:${PORTSDIR}/math/p5-Math-Random \ p5-IO-String>=1.05:${PORTSDIR}/devel/p5-IO-String \ + p5-bioperl>=0:${PORTSDIR}/biology/p5-bioperl \ p5-SVG>=1.07:${PORTSDIR}/textproc/p5-SVG +RUN_DEPENDS= ${BUILD_DEPENDS} MAN1= dndtag.pl.1 - MAN3= Bio::Phylo.3 \ Bio::Phylo::ConfigData.3 \ Bio::Phylo::Forest.3 \ @@ -48,7 +49,7 @@ MAN3= Bio::Phylo.3 \ Bio::Phylo::Unparsers::Pagel.3 \ Bio::Phylo::Util::CONSTANT.3 \ Bio::Phylo::Util::Exceptions.3 \ - Bio::Phylo::Util::IDPool.3 + Bio::Phylo::Util::IDPool.3 \ PERL_MODBUILD= yes |