diff options
Diffstat (limited to 'dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.77.ebuild')
-rw-r--r-- | dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.77.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.77.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.77.ebuild new file mode 100644 index 000000000000..0b7b67e01602 --- /dev/null +++ b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.77.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 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.77.ebuild,v 1.1 2008/12/30 16:34:03 tove Exp $ + +MODULE_AUTHOR=DRTECH +MY_PN=Locale-Maketext-Lexicon +MY_P=${MY_PN}-${PV} +S=${WORKDIR}/${MY_P} + +inherit perl-module + +DESCRIPTION="Use other catalog formats in Maketext" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="test" + +RDEPEND="virtual/perl-locale-maketext + dev-lang/perl" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST="do" |