diff options
Diffstat (limited to 'dev-perl/Bio-Das/Bio-Das-1.170.0-r1.ebuild')
-rw-r--r-- | dev-perl/Bio-Das/Bio-Das-1.170.0-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Bio-Das/Bio-Das-1.170.0-r1.ebuild b/dev-perl/Bio-Das/Bio-Das-1.170.0-r1.ebuild new file mode 100644 index 000000000000..3d650ba42d36 --- /dev/null +++ b/dev-perl/Bio-Das/Bio-Das-1.170.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=LDS +MODULE_VERSION=1.17 +inherit perl-module + +DESCRIPTION="Interface to Distributed Annotation System" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=virtual/perl-IO-Compress-1.0 + sci-biology/bioperl + >=dev-perl/HTML-Parser-3 + >=dev-perl/libwww-perl-5 + >=virtual/perl-MIME-Base64-2.12" +RDEPEND="${DEPEND}" + +SRC_TEST=online |