aboutsummaryrefslogtreecommitdiff
blob: 67423c48cbb14a686d5d97f47cb2dd4563015f07 (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-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MODULE_AUTHOR=EASR

inherit perl-module

DESCRIPTION="Manipulates OBO- and OWL-formatted ontologies (like the Gene Ontology)"
HOMEPAGE="https://metacpan.org/release/ONTO-PERL"
SRC_URI="mirror://cpan/authors/id/E/EA/${MODULE_AUTHOR}/${PN}/${P}.tar.gz"

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

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)"