unitas-mail/dev-perl/Data-Entropy/Data-Entropy-0.007.ebuild
2025-03-27 08:18:30 +01:00

18 lines
281 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=ZEFRAM
DIST_VERSION=0.007
inherit perl-module
DESCRIPTION="entropy (randomness) management"
SLOT="0"
KEYWORDS="amd64"
BDEPEND="
dev-perl/Module-Build
"