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

EAPI=5

inherit perl-module

DESCRIPTION="This module provides Unicode case-folding for Perl. Case-folding is a tool that allows a program to make case-insensitive string comparisons or do 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="Artistic & GPL"
KEYWORDS="~x86 ~amd64"
IUSE=""
SRC_TEST="do"

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