mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-20 00:05:34 +03:00
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
28 lines
462 B
Bash
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
|
|
)
|