bab7266a5b
This package is called flufl.lock. It is an NFS-safe file-based lock with timeouts for POSIX systems. WWW: https://flufllock.readthedocs.io
19 lines
391 B
Makefile
19 lines
391 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= flufl.lock
|
|
PORTVERSION= 3.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= NFS-safe file locking with timeouts for POSIX systems
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic
|
|
|
|
USES= python:3
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|