gentoo/dev-perl/Hash-Ordered/Hash-Ordered-0.14.0.ebuild
Sam James 0b6d424c4d
dev-perl/Hash-Ordered: Stabilize 0.14.0 amd64, #912503
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-20 06:41:38 +01:00

30 lines
541 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DAGOLDEN
DIST_VERSION=0.014
inherit perl-module
DESCRIPTION="Fast, pure-Perl ordered hash class"
LICENSE="Apache-1.0"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ppc64 ~riscv x86"
RDEPEND="
virtual/perl-Carp
"
BDEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? (
virtual/perl-File-Spec
virtual/perl-Scalar-List-Utils
dev-perl/Test-Deep
dev-perl/Test-FailWarnings
dev-perl/Test-Fatal
)
"