opnsense-ports/sysutils/py-filelock/Makefile
Franco Fichtner 82a70073d1 sysutils/py-filelock: sync with upstream
Taken from: HardenedBSD
2021-04-08 08:47:04 +02:00

18 lines
336 B
Makefile

PORTNAME= filelock
DISTVERSION= 3.0.12
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Platform independent file lock
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>