summaryrefslogtreecommitdiff
blob: 415fe922e08b5a3652273345b8b85eba49df6f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

MODULE_AUTHOR=LDS
MODULE_VERSION=2.39
inherit perl-module

DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
	>=dev-perl/GD-2.300.0
	>=dev-perl/Statistics-Descriptive-2.600.0
	>=sci-biology/bioperl-1.5.9.1

"
DEPEND="${RDEPEND}
	>=dev-perl/Module-Build-0.420.0
	test? ( dev-perl/CGI )
"

SRC_TEST=do