opnsense-ports/sysutils/py-filelock/Makefile
Franco Fichtner 651a6ca4e1 sysutils/py-filelock: sync with upstream
Taken from: HardenedBSD
2020-12-29 14:41:40 +01:00

20 lines
349 B
Makefile

# $FreeBSD$
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>