summaryrefslogtreecommitdiff
blob: e397c02ab49704a628cd56f1dc2f332f7125fefb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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"