summaryrefslogtreecommitdiff
blob: b174b2019067b9e6d6e21804ad3529f3ca9ec1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.16.ebuild,v 1.3 2007/12/27 13:56:08 ticho Exp $

inherit versionator perl-module

DESCRIPTION="GNU Readline XS library wrapper"
HOMEPAGE="http:/search.cpan.org/~hayashi/"
SRC_URI="mirror://cpan/authors/id/H/HA/HAYASHI/${P}.tar.gz"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 sparc x86"
IUSE=""
#SRC_TEST="do"

DEPEND="sys-libs/readline
		dev-lang/perl"