blob: 79b150be118d3351d5b63689ba610c1e534d6f2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-Maketext-Simple/Locale-Maketext-Simple-0.18.ebuild,v 1.4 2006/10/21 00:54:20 agriffis Exp $
inherit perl-module
DESCRIPTION="Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon"
SRC_URI="mirror://cpan/authors/id/A/AU/AUDREYT/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/Locale/${P}.readme"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="amd64 ia64 ~ppc sparc ~x86"
IUSE=""
SRC_TEST="do"
DEPEND="dev-lang/perl"
|