blob: 39d35e1e3d807371cb65e60e8b798ffebf403177 (
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-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MODULE_AUTHOR=EASR
inherit multilib perl-module
DESCRIPTION="Manipulates OBO- and OWL-formatted ontologies (like the Gene Ontology)"
SRC_URI="mirror://cpan/authors/id/E/EA/${MODULE_AUTHOR}/${PN}/${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=sci-biology/swissknife-1.65
dev-perl/Date-Manip
>=dev-perl/XML-Simple-2.16
>=dev-perl/XML-Parser-2.34
virtual/perl-File-Path"
DEPEND="${RDEPEND}"
SRC_TEST=do
#myconf="LIBS=-L/usr/$(get_libdir)"
|