aboutsummaryrefslogtreecommitdiff
path: root/biology/p5-Bio-Graphics/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-06-01 20:21:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-06-01 20:21:51 +0000
commit866dab57612b84a62ad3208a216c51d1af4d0953 (patch)
treee20897fa7ae4c113c0f5c7c81f1574765f27bd4d /biology/p5-Bio-Graphics/Makefile
parent0f14fa92264910bfe0195f6c048f2e54d56310f5 (diff)
downloadports-866dab57612b84a62ad3208a216c51d1af4d0953.tar.gz
ports-866dab57612b84a62ad3208a216c51d1af4d0953.zip
- update to 2.24
Notes
Notes: svn path=/head/; revision=274943
Diffstat (limited to 'biology/p5-Bio-Graphics/Makefile')
-rw-r--r--biology/p5-Bio-Graphics/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/p5-Bio-Graphics/Makefile b/biology/p5-Bio-Graphics/Makefile
index 0a5922e6c235..646be2478323 100644
--- a/biology/p5-Bio-Graphics/Makefile
+++ b/biology/p5-Bio-Graphics/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Bio-Graphics
-PORTVERSION= 2.18
+PORTVERSION= 2.24
CATEGORIES= biology perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,12 +14,17 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate GD Images of Bio::Seq Objects
+LICENSE_COMB= dual
+LICENSE= ART20 GPLv1
+
RUN_DEPENDS= p5-Bio-SCF>=1.01:${PORTSDIR}/biology/p5-Bio-SCF \
p5-GD>=2.3:${PORTSDIR}/graphics/p5-GD \
p5-GD-SVG>=0.32:${PORTSDIR}/graphics/p5-GD-SVG \
p5-Statistics-Descriptive>=2.6:${PORTSDIR}/math/p5-Statistics-Descriptive \
p5-bioperl>=1.6.0:${PORTSDIR}/biology/p5-bioperl
+BUILD_DEPENDS:= ${RUN_DEPENDS}
+
PERL_MODBUILD= YES
MAN1= contig_draw.pl.1 \
@@ -75,6 +80,7 @@ MAN3= Bio::Graphics.3 \
Bio::Graphics::Glyph::merge_parts.3 \
Bio::Graphics::Glyph::merged_alignment.3 \
Bio::Graphics::Glyph::minmax.3 \
+ Bio::Graphics::Glyph::operon.3 \
Bio::Graphics::Glyph::oval.3 \
Bio::Graphics::Glyph::pairplot.3 \
Bio::Graphics::Glyph::pentagram.3 \