c74f4a329198eabf69e08f3b8403f7500520f0f5
[gentoo.git] / dev-perl / Lchown / Lchown-1.10.0-r1.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 MODULE_AUTHOR=NCLEATON
7 MODULE_VERSION=1.01
8 inherit perl-module
9
10 DESCRIPTION="Use the lchown(2) system call from Perl"
11
12 SLOT="0"
13 KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
14 IUSE=""
15
16 RDEPEND=""
17 DEPEND="
18         ${RDEPEND}
19         dev-perl/Module-Build"