gentoo/dev-perl/Crypt-Password/Crypt-Password-0.280.0.ebuild
Arthur Zamarin 36255c53f7
dev-perl/Crypt-Password: Keyword 0.280.0 x86, #908847
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-06-21 12:31:30 +00:00

16 lines
302 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DRSTEVE
DIST_VERSION=0.28
DIST_A_EXT=tgz
inherit perl-module
DESCRIPTION="Unix-style, Variously Hashed Passwords"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="dev-perl/Module-Install"