2261b4121d
The `flufl.lock` library provides an NFS-safe file-based locking algorithm influenced by the GNU/Linux `open(2)` manpage, under the description of the `O_EXCL` option.
14 lines
423 B
Makefile
14 lines
423 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/04/25 20:21:48 fhajny Exp $
|
|
|
|
DISTNAME= flufl.lock-2.4.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flufl.lock/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://launchpad.net/flufl.lock/
|
|
COMMENT= NFS-safe file locking with timeouts for POSIX systems
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|