blob: fc51a12da0366ceadf4a02231d25abacb10f8ba7 (
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
|
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
BIOPERL_RELEASE=1.6.9
DIST_AUTHOR=CJFIELDS
DIST_NAME=BioPerl-Network
DIST_VERSION=1.006900
inherit perl-module
DESCRIPTION="Perl tools for bioinformatics - Analysis of protein-protein interaction networks"
HOMEPAGE="http://www.bioperl.org/"
SLOT="0"
KEYWORDS="amd64 ~x86"
RESTRICT="test" # bug 298326
RDEPEND="
>=sci-biology/bioperl-${PV}
>=dev-perl/Graph-0.86"
DEPEND="${RDEPEND}"
BDEPEND="dev-perl/Module-Build"
mydoc="AUTHORS BUGS"
|