aboutsummaryrefslogtreecommitdiff
blob: ac2c25b0f3d8e911ea2f09ce0aad602a6e6b0647 (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-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

inherit perl-module

DESCRIPTION="Perl library of modules to manipulate SwissProt flatfiles"
HOMEPAGE="http://swissknife.sourceforge.net/"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
SRC_URI="ftp://ftp.ebi.ac.uk/pub/software/swissprot/Swissknife/Swissknife_1.67.tar.gz"

DEPEND="virtual/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_1.67