summaryrefslogtreecommitdiff
blob: 62d5469aaa62e7c0e2ce9d54ca5e891abf10becd (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: /var/cvsroot/gentoo-x86/dev-perl/File-NFSLock/File-NFSLock-1.20.ebuild,v 1.5 2007/01/15 19:40:37 mcummings 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"