blob: 4aa85b2bb45b72355dc68e5b06c61e94540480f9 (
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.1 2007/01/15 20:04:59 mcummings 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"
|