gentoo/dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r2.ebuild
Andreas K. Hüttel ddf01aa8ff
dev-perl/UUID-Tiny: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-10-02 17:49:22 +02:00

20 lines
397 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=CAUGUSTIN
DIST_VERSION=1.04
inherit perl-module
DESCRIPTION="Pure Perl UUID Support With Functional Interface"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="virtual/perl-Digest-SHA
virtual/perl-Digest-MD5
virtual/perl-MIME-Base64
virtual/perl-Time-HiRes"
BDEPEND="${RDEPEND}
"