blob: 874542653ecaf919ed7401eceac11f0eec4591c2 [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=CFAERBER
MODULE_VERSION=1.105
inherit perl-module
DESCRIPTION="Preparation of Internationalized Strings (RFC 3454)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Unicode-Normalize-1
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
test? (
virtual/perl-Test-Simple
dev-perl/Test-NoWarnings
)
"