gentoo/dev-perl/Data-UUID/Data-UUID-1.227.0.ebuild
Fabian Groffen 2d25fad95c
*/*: drop *-linux keywords
Bug: https://bugs.gentoo.org/473598
Bug: https://bugs.gentoo.org/720224
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2025-12-19 10:51:55 +01:00

28 lines
462 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=GTERMARS
DIST_VERSION=1.227
inherit perl-module
DESCRIPTION="Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm64 ppc ~ppc64 ~riscv x86"
RDEPEND="
virtual/perl-Digest-MD5
"
BDEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
PERL_RM_FILES=(
t/pod-coverage.t
t/pod.t
)