summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-0.960.0-r1.ebuild')
-rw-r--r--dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-0.960.0-r1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-0.960.0-r1.ebuild b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-0.960.0-r1.ebuild
new file mode 100644
index 000000000000..8cca0063befe
--- /dev/null
+++ b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-0.960.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN=Locale-Maketext-Lexicon
+MODULE_AUTHOR=DRTECH
+MODULE_VERSION=0.96
+inherit perl-module
+
+DESCRIPTION="Use other catalog formats in Maketext"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Locale-Maketext-1.170.0
+"
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Pod
+ )
+"
+
+SRC_TEST="do"