16 lines
468 B
Bash
16 lines
468 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/LockFile-Simple/LockFile-Simple-0.207.0.ebuild,v 1.8 2012/03/25 16:27:27 armin76 Exp $
|
|
|
|
EAPI=4
|
|
|
|
MODULE_AUTHOR=JV
|
|
MODULE_VERSION=0.207
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="File locking module for Perl"
|
|
|
|
SLOT="0"
|
|
LICENSE="|| ( Artistic GPL-2 GPL-3 )" # Artistic or GPL-2+
|
|
KEYWORDS="alpha amd64 hppa ppc ppc64 x86"
|
|
IUSE=""
|