mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
25 lines
494 B
Bash
25 lines
494 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=RJBS
|
|
MODULE_VERSION=1.221
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
|
|
IUSE=""
|
|
|
|
RDEPEND="
|
|
virtual/perl-Digest-MD5
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
"
|
|
|
|
SRC_TEST="do parallel"
|