aboutsummaryrefslogtreecommitdiff
blob: 9e2f125c8a4fab456ccb940a4c4a944409beaef4 (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
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit perl-module

MY_PV="${PV/./_}"

DESCRIPTION="Perl library of modules to manipulate SwissProt flatfiles"
HOMEPAGE="http://swissknife.sourceforge.net/"
SRC_URI="ftp://ftp.ebi.ac.uk/pub/software/swissprot/Swissknife/Swissknife_${PV}.tar.gz"

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

DEPEND="dev-perl/Module-Build"
RDEPEND="${DEPEND}
	>=dev-lang/perl-5.002:="
	#dev-perl/Carp
	#dev-perl/Data-Dumper
	#dev-perl/Exporter"

SRC_TEST=no

S="${WORKDIR}"/Swissknife_${MY_PV}