diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-12 18:55:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-12 18:55:28 +0000 |
commit | 8825b172e273772d3d859a3798683d4dd38f0358 (patch) | |
tree | cfe4214c32d16df719e52bcf833b96e4a640115a /biology/p5-Bio-Phylo/Makefile | |
parent | a726deeb00e72fcc42816ea9a14a059ca914b394 (diff) |
- Update to 0.50
- Add TEST_DEPENDS
- Sort PLIST
Notes
Notes:
svn path=/head/; revision=299138
Diffstat (limited to 'biology/p5-Bio-Phylo/Makefile')
-rw-r--r-- | biology/p5-Bio-Phylo/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/biology/p5-Bio-Phylo/Makefile b/biology/p5-Bio-Phylo/Makefile index 2e1eab6aa479..9d2409de7bb6 100644 --- a/biology/p5-Bio-Phylo/Makefile +++ b/biology/p5-Bio-Phylo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Bio-Phylo -PORTVERSION= 0.49 +PORTVERSION= 0.50 CATEGORIES= biology perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -29,6 +29,7 @@ BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-bioperl>=0:${PORTSDIR}/biology/p5-bioperl \ p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON PERL_CONFIGURE= yes @@ -73,6 +74,7 @@ MAN3= Bio::Phylo.3 \ Bio::Phylo::NeXML::Meta::XMLLiteral.3 \ Bio::Phylo::NeXML::Writable.3 \ Bio::Phylo::Parsers::Abstract.3 \ + Bio::Phylo::Parsers::Adjacency.3 \ Bio::Phylo::Parsers::Fasta.3 \ Bio::Phylo::Parsers::Json.3 \ Bio::Phylo::Parsers::Newick.3 \ @@ -82,6 +84,7 @@ MAN3= Bio::Phylo.3 \ Bio::Phylo::Parsers::Phyloxml.3 \ Bio::Phylo::Parsers::Table.3 \ Bio::Phylo::Parsers::Taxlist.3 \ + Bio::Phylo::Parsers::Tnrs.3 \ Bio::Phylo::Parsers::Tolweb.3 \ Bio::Phylo::Parsers::Ubiocbmeta.3 \ Bio::Phylo::Parsers::Ubiometa.3 \ @@ -112,9 +115,11 @@ MAN3= Bio::Phylo.3 \ Bio::Phylo::Treedrawer::Svg.3 \ Bio::Phylo::Treedrawer::Swf.3 \ Bio::Phylo::Unparsers::Abstract.3 \ + Bio::Phylo::Unparsers::Adjacency.3 \ Bio::Phylo::Unparsers::Cdao.3 \ Bio::Phylo::Unparsers::Fasta.3 \ Bio::Phylo::Unparsers::Hennig86.3 \ + Bio::Phylo::Unparsers::Html.3 \ Bio::Phylo::Unparsers::Json.3 \ Bio::Phylo::Unparsers::Mrp.3 \ Bio::Phylo::Unparsers::Newick.3 \ @@ -124,6 +129,7 @@ MAN3= Bio::Phylo.3 \ Bio::Phylo::Unparsers::Phylip.3 \ Bio::Phylo::Unparsers::Phyloxml.3 \ Bio::Phylo::Unparsers::Rss1.3 \ + Bio::Phylo::Unparsers::Taxlist.3 \ Bio::Phylo::Util::CONSTANT.3 \ Bio::Phylo::Util::Dependency.3 \ Bio::Phylo::Util::Exceptions.3 \ @@ -132,4 +138,7 @@ MAN3= Bio::Phylo.3 \ Bio::Phylo::Util::OptionalInterface.3 \ Bio::Phylo::Util::StackTrace.3 +post-patch: + @${REINPLACE_CMD} -e '/NAME/ s|Bio-Phylo|Bio::Phylo|' ${WRKSRC}/Makefile.PL + .include <bsd.port.mk> |