aboutsummaryrefslogtreecommitdiff
blob: 82754779b58ac3a013f33ca5442ec37fadeaaa44 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit eutils perl-module

DESCRIPTION="Genome Annotation Library (incl. fasta_tool)"
HOMEPAGE="http://www.sequenceontology.org/software/GAL.html"
SRC_URI="http://www.sequenceontology.org/software/GAL_Code/${PN}_${PV}.tar.gz"

LICENSE="( GPL-1+ Artistic )"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="
	>=dev-lang/perl-5.6.1
	dev-perl/Module-Build
	dev-perl/DBIx-Class
	dev-perl/IO-All
	dev-perl/Number-Format
	dev-perl/Set-IntSpan
	dev-perl/Statistics-Descriptive-Discrete
	dev-perl/Template
	dev-perl/Text-Graph
	dev-perl/Text-RecordParser
	dev-perl/Text-Table
	dev-perl/Exception-Class
	dev-perl/Test-Warn
	dev-perl/DBIx-Class-ResultClass-HashRefInflator
	dev-perl/URI"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}_${PV}"

src_prepare(){
	epatch "${FILESDIR}"/Build.PL.patch
}