blob: eba6dad389b1f6fbbb3230682495001a176c169f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-ASN1-EntrezGene/Bio-ASN1-EntrezGene-1.091.ebuild,v 1.1 2009/03/16 23:11:58 weaver Exp $
inherit perl-module
DESCRIPTION="Regular expression-based Perl Parser for NCBI Entrez Gene"
HOMEPAGE="http://search.cpan.org/dist/Bio-ASN1-EntrezGene/lib/Bio/ASN1/EntrezGene.pm"
SRC_URI="mirror://cpan/authors/id/M/MI/MINGYILIU/${P}.tgz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
SRC_TEST="do"
DEPEND="dev-lang/perl"
S="${WORKDIR}/${PN}-1.09"
|