summaryrefslogtreecommitdiff
blob: c5e35e32922780949ad4c6062928c5c2228d1b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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"