diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-18 15:25:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-18 15:25:22 +0000 |
commit | 31aeb830a0de9209e237cf9defe7d6b4a75119d6 (patch) | |
tree | 41107c1c8f9fcea99404bd0f21e0b82502e3d1b7 /biology | |
parent | b7511f1eebd91ebeb904702840ce28c78dc32da9 (diff) |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-Bio-Phylo/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/biology/p5-Bio-Phylo/Makefile b/biology/p5-Bio-Phylo/Makefile index b697fa1d97bc..2c6eebec0ee8 100644 --- a/biology/p5-Bio-Phylo/Makefile +++ b/biology/p5-Bio-Phylo/Makefile @@ -3,6 +3,7 @@ PORTNAME= Bio-Phylo PORTVERSION= 0.58 +PORTREVISION= 1 CATEGORIES= biology perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,8 +13,10 @@ COMMENT= Phylogenetic analysis using Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD \ +BUILD_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl \ + p5-GD>=0:graphics/p5-GD \ p5-Math-CDF>=0:math/p5-Math-CDF \ p5-Math-Random>=0:math/p5-Math-Random \ p5-PDF-API2>=0:textproc/p5-PDF-API2 \ @@ -22,11 +25,11 @@ BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD \ p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ p5-XML-Twig>=0:textproc/p5-XML-Twig \ p5-XML-XML2JSON>=0:textproc/p5-XML-XML2JSON \ - p5-bioperl>=0:biology/p5-bioperl \ p5-libxml>=0:textproc/p5-libxml RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON +NO_ARCH= yes USES= perl5 USE_PERL5= configure |