blob: 85058bc521b76781002fd4bed119fb5d17332472 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Numbers-Ordinate/Lingua-EN-Numbers-Ordinate-0.01.ebuild,v 1.2 2003/06/09 05:08:34 rac Exp $
inherit perl-module
DESCRIPTION="Perl module for Lingua::EN::Numbers::Ordinate"
SRC_URI="http://www.cpan.org/modules/by-module/Lingua/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/author/SBURKE/${P}"
IUSE=""
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 ppc sparc alpha"
|