summaryrefslogblamecommitdiff
path: root/dev-perl/Unicode-CaseFold/Unicode-CaseFold-1.01.ebuild
blob: 5913c066e47e393af4b205e93779f314f52fd4ae (plain) (tree)
1
2
3
4
5
6
7
8
9
                                    
                                                                  
 
      


                   
                                                                                    
                                                     


                                                            
                                
                      

                          

             






                                             
                                        

         
# 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"

SLOT="0"
LICENSE="|| ( GPL-1+ Artistic )"
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
	)
"