summaryrefslogtreecommitdiff
path: root/dev-perl/Passwd-Unix/Passwd-Unix-1.90.0.ebuild
blob: 2e3ca57b897e0eecf8fba5126cf0a84b59a15ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=STRZELEC
DIST_VERSION=1.09
inherit perl-module

DESCRIPTION="Access to standard unix passwd files"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-perl/Crypt-Password
	dev-perl/Exporter-Tiny
	>=virtual/perl-IO-Compress-2.15.0
	dev-perl/Path-Tiny
	dev-perl/Tie-Array-CSV
"
# Technically works w/ older MM but has a bunch of conditions to try make it work
BDEPEND="
	${RDEPEND}
	>=virtual/perl-ExtUtils-MakeMaker-6.630.0
"