gentoo/dev-perl/UUID/UUID-0.370.0.ebuild
Sam James 7c56150c99
dev-perl/UUID: add 0.370.0
Signed-off-by: Sam James <sam@gentoo.org>
2025-02-26 07:44:19 +00:00

21 lines
430 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=JRM
DIST_VERSION=0.37
inherit perl-module
DESCRIPTION="Perl extension for using UUID interfaces as defined in e2fsprogs"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
BDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-7.60.0
>=dev-perl/Devel-CheckLib-1.140.0
test? ( dev-perl/Try-Tiny )
"