blob: 0261ffb22a7f1e8f705c9fca522301f35c57cb24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.32.ebuild,v 1.2 2004/05/30 16:12:12 kloeri Exp $
inherit perl-module
MY_P=Locale-Maketext-Lexicon-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Use other catalog formats in Maketext"
SRC_URI="http://www.cpan.org/authors/id/A/AU/AUTRIJUS/${MY_P}.tar.gz"
HOMEPAGE="http://www.cpan.org/authors/id/A/AU/AUTRIJUS/"
SLOT="0"
LICENSE="Artistic | GPL-2"
KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha ~hppa"
DEPEND="${DEPEND}
dev-perl/locale-maketext
dev-perl/regexp-common"
|