summaryrefslogtreecommitdiff
blob: 717289f281f675f4fe61e429f4ddcdd3ec03766a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/Bio-Das-1.10.ebuild,v 1.1 2008/12/23 18:34:44 robbat2 Exp $

MODULE_AUTHOR="LDS"
inherit perl-module


DESCRIPTION="Interface to Distributed Annotation System"
IUSE=""
SLOT="0"
LICENSE="Artistic"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"

# Tests work again as of 1.10 (were broken in 1.09)
SRC_TEST="do"

DEPEND=">=virtual/perl-Compress-Zlib-1.0
	sci-biology/bioperl
	>=dev-perl/HTML-Parser-3
	>=dev-perl/libwww-perl-5
	>=virtual/perl-MIME-Base64-2.12"