gentoo-ebuilds/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.370.0.ebuild
Sam James d9c354e946
dev-perl/DateTime-Format-Flexible: Stabilize 0.370.0 amd64, #950557
Signed-off-by: Sam James <sam@gentoo.org>
2025-03-03 21:20:23 +00:00

35 lines
667 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=THINC
DIST_VERSION=0.37
DIST_EXAMPLES=( "example/*" )
inherit perl-module
DESCRIPTION="Flexibly parse strings and turn them into DateTime objects"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="
dev-perl/DateTime
>=dev-perl/DateTime-Format-Builder-0.740.0
dev-perl/DateTime-TimeZone
"
BDEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-Exception
dev-perl/Test-MockTime
dev-perl/Test-NoWarnings
>=virtual/perl-Test-Simple-0.440.0
)
"
PERL_RM_FILES=(
t/002_pod.t
t/003_podcoverage.t
)