You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/String-Print/String-Print-0.930.0.ebuild

28 lines
461 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=MARKOV
DIST_VERSION=0.93
inherit perl-module
DESCRIPTION="Extensions to printf"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/TimeDate-2.300.0
virtual/perl-Encode
dev-perl/HTML-Parser
dev-perl/Unicode-LineBreak
"
DEPEND="${RDEPEND}
test? (
>=virtual/perl-Test-Simple-0.860.0
)
"