blob: 1f823a98bff8d13924bbdebb075a4c33ee0048c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2013 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.10 2013/01/01 19:22:29 armin76 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"
|