diff options
Diffstat (limited to 'dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.61.ebuild')
-rw-r--r-- | dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.61.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.61.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.61.ebuild new file mode 100644 index 000000000000..08604ee81365 --- /dev/null +++ b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.61.ebuild @@ -0,0 +1,21 @@ +# 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-lexicon/locale-maketext-lexicon-0.61.ebuild,v 1.1 2006/05/01 15:57:34 mcummings Exp $ + +inherit perl-module + +MY_P=Locale-Maketext-Lexicon-${PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Use other catalog formats in Maketext" +HOMEPAGE="http://www.cpan.org/authors/id/A/AU/AUTRIJUS/" +SRC_URI="mirror://cpan/authors/id/A/AU/AUTRIJUS/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="virtual/perl-locale-maketext" + +SRC_TEST="do" |