blob: d29874c5611783047b32255fbd9dbe486644364b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ReadLine-Perl/Term-ReadLine-Perl-1.0203.ebuild,v 1.14 2005/02/18 05:23:14 agriffis Exp $
IUSE=""
inherit perl-module
CATEGORY="dev-perl"
DESCRIPTION="Quick implimentation of readline utilities."
SRC_URI="http://www.cpan.org/modules/by-module/Term/${P}.tar.gz"
HOMEPAGE="http:/search.cpan.org/author/ILYAZ/${P}/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="x86 amd64 ppc sparc alpha s390 hppa ia64"
|