freebsd-ports/devel/py-flufl.lock/Makefile
Jose Alonso Cardenas Marquez bab7266a5b - New port: devel/py-flufl.lock
This package is called flufl.lock. It is an NFS-safe file-based lock with
timeouts for POSIX systems.

WWW: https://flufllock.readthedocs.io
2017-08-30 00:12:23 +00:00

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>