summaryrefslogtreecommitdiff
blob: 5c838bccde396d8d5e5d090fc0d554c7abc38d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit perl-module

DESCRIPTION="Perl module for manipulating the passwd and shadow files"
HOMEPAGE="http://search.cpan.org/~eestabroo/Passwd-Linux-0.70/Linux.pm"
SRC_URI="mirror://cpan/authors/id/E/EE/EESTABROO/Passwd-Linux-0.70.tar.gz"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"