summaryrefslogtreecommitdiff
path: root/dev-perl/Unicode-CaseFold/Unicode-CaseFold-1.01.ebuild
blob: 5cbb0adf6c3ae18247a5e20aebb9d694155243a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit perl-module

DESCRIPTION="Unicode::CaseFold - Unicode case-folding for case-insensitive lookups."
HOMEPAGE="http://metacpan.org/release/Unicode-CaseFold"
SRC_URI="mirror://cpan/authors/id/A/AR/ARODLAND/${P}.tar.gz"

SLOT="0"
LICENSE="|| ( GPL-1+ Artistic )"
KEYWORDS="~amd64 ~x86"
IUSE=""
SRC_TEST="do"

DEPEND=">=virtual/perl-Scalar-List-Utils-1.11
		dev-perl/Module-Build
		virtual/perl-Exporter
		virtual/perl-Test-Simple
		dev-lang/perl"