You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/bioperl-db/bioperl-db-1.6.9.ebuild

34 lines
634 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
BIOPERL_RELEASE=1.6.9
MY_PN=BioPerl-DB
MODULE_AUTHOR=CJFIELDS
MODULE_VERSION=1.006900
inherit perl-module
DESCRIPTION="Perl tools for bioinformatics - Perl API that accesses the BioSQL schema"
HOMEPAGE="http://www.bioperl.org/"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
SRC_TEST="do"
CDEPEND="
>=sci-biology/bioperl-${PV}
dev-perl/DBD-mysql
dev-perl/DBI
sci-biology/biosql"
DEPEND="${CDEPEND}
dev-perl/Module-Build"
RDEPEND="${CDEPEND}"
src_install() {
mydoc="AUTHORS BUGS FAQ"
perl-module_src_install
}