| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.01 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit perl-module
DESCRIPTION="Unicode::CaseFold - Unicode case-folding for case-insensitive lookups."
HOMEPAGE="https://metacpan.org/dist/Unicode-CaseFold"
SRC_URI="mirror://cpan/authors/id/A/AR/ARODLAND/${P}.tar.gz"
LICENSE="|| ( GPL-1+ Artistic )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
SRC_TEST="do"
RDEPEND="
>=virtual/perl-Scalar-List-Utils-1.11
virtual/perl-Exporter
"
BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
virtual/perl-Test-Simple
)
"
>=virtual/perl-Scalar-List-Utils-1.11 virtual/perl-Exporter
>=virtual/perl-Scalar-List-Utils-1.11 virtual/perl-Exporter dev-perl/Module-Build test? ( virtual/perl-Test-Simple )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | Unicode-CaseFold-1.01.tar.gz | 68309 bytes | mirror://cpan/authors/id/A/AR/ARODLAND/Unicode-CaseFold-1.01.tar.gz |