diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-18 15:25:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-18 15:25:18 +0000 |
commit | b7511f1eebd91ebeb904702840ce28c78dc32da9 (patch) | |
tree | 7c7ea3f4f44946961c5abad58ab958ab6b809114 /biology | |
parent | f14315d7758ecb04ca01901ea0fbce27f49f114c (diff) |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-Bio-Das/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/biology/p5-Bio-Das/Makefile b/biology/p5-Bio-Das/Makefile index 347e0b3a14b7..b86eb335a0ac 100644 --- a/biology/p5-Bio-Das/Makefile +++ b/biology/p5-Bio-Das/Makefile @@ -3,7 +3,7 @@ PORTNAME= Bio-Das PORTVERSION= 1.17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Client-side library for Distributed Genome Annotation System -RUN_DEPENDS= p5-HTML-Parser>=3:www/p5-HTML-Parser \ - p5-bioperl>=0:biology/p5-bioperl \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl \ + p5-HTML-Parser>=3:www/p5-HTML-Parser \ p5-libwww>=5:www/p5-libwww -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |