17 lines
493 B
Bash
17 lines
493 B
Bash
# Copyright 1999-2007 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NFSLock/File-NFSLock-1.20.ebuild,v 1.7 2007/12/27 13:04:21 ticho Exp $
|
|
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="NFS compatible (safe) locking utility"
|
|
SRC_URI="mirror://cpan/authors/id/B/BB/BBB/${P}.tar.gz"
|
|
HOMEPAGE="http://search.cpan.org/~bbb/"
|
|
|
|
SRC_TEST="do"
|
|
SLOT="0"
|
|
LICENSE="Artistic"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-lang/perl"
|