gentoo/dev-perl/Struct-Dumb/Struct-Dumb-0.150.0.ebuild
Sam James 50593027b8
dev-perl/Struct-Dumb: add 0.150.0
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-10 06:51:50 +01:00

18 lines
308 B
Bash

# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=PEVANS
DIST_VERSION=0.15
inherit perl-module
DESCRIPTION="Make simple lightweight record-like structures"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
>=dev-perl/Module-Build-0.400.400
"