blob: a74aa69339d247a07c03768ad10eb623321d8b37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/locale-maketext/locale-maketext-1.230.0.ebuild,v 1.5 2012/12/26 13:57:01 ago Exp $
EAPI=4
MY_PN=Locale-Maketext
MODULE_AUTHOR=TODDR
MODULE_VERSION=1.23
inherit perl-module
DESCRIPTION="Localization framework for Perl programs"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
IUSE=""
RDEPEND=">=virtual/perl-i18n-langtags-0.31"
DEPEND="${RDEPEND}"
SRC_TEST="do"
|