freebsd-ports/devel/py-flufl.lock/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
394 B
Makefile

PORTNAME= flufl.lock
PORTVERSION= 3.2
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@${PY_FLAVOR}
USES= python:3.4+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>