blob: c21510c10f5fc885dcc5e44d40c0e352dc4808ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.210.0-r1.ebuild,v 1.1 2014/07/25 21:10:52 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=JESSE
MODULE_VERSION=0.21
inherit perl-module
DESCRIPTION="Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ~ppc sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
#RDEPEND=""
#DEPEND="test? ( dev-perl/locale-maketext-lexicon )"
SRC_TEST="do"
|