diff options
author | 2005-03-23 19:19:14 +0000 | |
---|---|---|
committer | 2005-03-23 19:19:14 +0000 | |
commit | ef6d8a66dcb818a806240e1749c11e82941f1c4a (patch) | |
tree | ab097c32e85cb26dd0410259db037c26ae234854 /dev-perl/Bio-Das/Bio-Das-1.00.ebuild | |
parent | Remove 1.7.6 in favor of 1.7.6-r1 to avoid build/rebuild cycle (diff) | |
download | gentoo-2-ef6d8a66dcb818a806240e1749c11e82941f1c4a.tar.gz gentoo-2-ef6d8a66dcb818a806240e1749c11e82941f1c4a.tar.bz2 gentoo-2-ef6d8a66dcb818a806240e1749c11e82941f1c4a.zip |
new version on cpan; now deps bioperl
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/Bio-Das/Bio-Das-1.00.ebuild')
-rw-r--r-- | dev-perl/Bio-Das/Bio-Das-1.00.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Bio-Das/Bio-Das-1.00.ebuild b/dev-perl/Bio-Das/Bio-Das-1.00.ebuild new file mode 100644 index 000000000000..8ce9bf8b7dfc --- /dev/null +++ b/dev-perl/Bio-Das/Bio-Das-1.00.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 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.00.ebuild,v 1.1 2005/03/23 19:19:14 mcummings Exp $ + +inherit perl-module + + +DESCRIPTION="Interface to Distributed Annotation System" +SRC_URI="mirror://cpan/authors/id/L/LD/LDS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~lds/${P}/" +IUSE="" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86 ~ppc" + +SRC_TEST="do" + +DEPEND=">=dev-perl/Compress-Zlib-1.0 + sci-biology/bioperl + >=dev-perl/HTML-Parser-3 + >=dev-perl/libwww-perl-5 + >=dev-perl/MIME-Base64-2.12" |