diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-12-30 17:26:34 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-12-30 17:26:34 +0000 |
commit | 62305c44225dbf075e3a7c09a9370233c876af52 (patch) | |
tree | cfcfa73b082fbe13eb72f7c8fb0107caef81b199 /dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.32.ebuild | |
parent | Tested on sparc and x86 (diff) | |
download | gentoo-2-62305c44225dbf075e3a7c09a9370233c876af52.tar.gz gentoo-2-62305c44225dbf075e3a7c09a9370233c876af52.tar.bz2 gentoo-2-62305c44225dbf075e3a7c09a9370233c876af52.zip |
Tested on sparc and x86
Diffstat (limited to 'dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.32.ebuild')
-rw-r--r-- | dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.32.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.32.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.32.ebuild new file mode 100644 index 000000000000..3b3412d46fe2 --- /dev/null +++ b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.32.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 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.1 2003/12/30 17:26:26 mcummings 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" |