gentoo-ebuilds/dev-perl/DateTime-Tiny/DateTime-Tiny-1.80.0.ebuild
Sam James cfdeea3109
dev-perl/DateTime-Tiny: add 1.80.0
Closes: https://bugs.gentoo.org/915716
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-06 03:29:18 +01:00

18 lines
317 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DAGOLDEN
DIST_VERSION=1.08
inherit perl-module
DESCRIPTION="Date object, with as little code as possible"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
"