You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Unicode-UTF8/Unicode-UTF8-0.590.0.ebuild

35 lines
737 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-UTF8/Unicode-UTF8-0.590.0.ebuild,v 1.1 2013/09/03 04:15:19 patrick Exp $
EAPI=5
MODULE_AUTHOR=CHANSEN
MODULE_VERSION=0.59
inherit perl-module
DESCRIPTION="Encoding and decoding of UTF-8 encoding form"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RDEPEND="
virtual/perl-XSLoader
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
test? (
>=virtual/perl-Encode-1.980.100
>=dev-perl/Test-Fatal-0.6.0
>=virtual/perl-Test-Simple-0.470.0
dev-perl/Test-Pod
dev-perl/Taint-Runtime
dev-perl/Variable-Magic
dev-perl/Test-LeakTrace
)
"
SRC_TEST=do