gentoo/dev-perl/Crypt-URandom/Crypt-URandom-0.540.0.ebuild
Sam James d43c1050b3
dev-perl/Crypt-URandom: Keyword 0.540.0 sparc, #818448
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-22 12:48:39 +01:00

16 lines
296 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DDICK
DIST_VERSION=0.54
inherit perl-module
DESCRIPTION="Provide non blocking randomness"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86"
PERL_RM_FILES=( t/pod.t )