blob: ac8c89100d4500c27e129af90cbf83c793c7f974 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Encode-Locale/Encode-Locale-1.10.0.ebuild,v 1.2 2011/04/08 16:12:46 maekke Exp $
EAPI=3
MODULE_AUTHOR=GAAS
MODULE_VERSION=1.01
inherit perl-module
DESCRIPTION="Determine the locale encoding"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
SRC_TEST=do
|