mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
37 lines
635 B
Bash
37 lines
635 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=SCHUBIGER
|
|
DIST_VERSION=1.21
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Parse informal natural language date/time strings"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
|
|
|
RDEPEND="
|
|
dev-perl/Clone
|
|
dev-perl/Date-Calc
|
|
dev-perl/DateTime
|
|
dev-perl/DateTime-HiRes
|
|
dev-perl/DateTime-TimeZone
|
|
>=dev-perl/Params-Validate-1.150.0
|
|
dev-perl/boolean
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
>=dev-perl/Module-Build-0.420.0
|
|
test? (
|
|
dev-perl/Module-Util
|
|
dev-perl/Test-MockTime-HiRes
|
|
)
|
|
"
|
|
|
|
PERL_RM_FILES=(
|
|
t/pod-coverage.t
|
|
t/pod.t
|
|
)
|