28 lines
624 B
Bash
28 lines
624 B
Bash
# Copyright 1999-2014 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.960.0.ebuild,v 1.3 2014/02/11 18:57:46 jer Exp $
|
|
|
|
EAPI=4
|
|
|
|
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 hppa ia64 ~ppc ~sparc ~x86 ~amd64-fbsd"
|
|
IUSE="test"
|
|
|
|
RDEPEND="
|
|
>=virtual/perl-locale-maketext-1.170.0
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
test? (
|
|
dev-perl/Test-Pod
|
|
)
|
|
"
|
|
|
|
SRC_TEST="do"
|