blob: bf399746cf2420151daa5d7e0451084852bcf09d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 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.13 2004/10/16 23:57:23 rac 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"
|