Manuel Friedli
620d7d0529
It's a dependency of dev-perl/Finance-Quote. Package-Manager: Portage-2.3.89, Repoman-2.3.20
17 lines
No EOL
381 B
Bash
17 lines
No EOL
381 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DIST_AUTHOR=MIKO
|
|
DIST_VERSION=1.26
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="String::Util -- String processing utilities"
|
|
SLOT="0"
|
|
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" # Artistic or GPL1+
|
|
KEYWORDS="~amd64 ~arm ~x86 ~x86-solaris"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-perl/Module-Build
|
|
" |