opnsense-ports/sysutils/py-filelock/Makefile
Franco Fichtner 4c525f5c78 sysutils/py-filelock: sync with upstream
Taken from: HardenedBSD
2019-05-20 18:16:20 +02:00

20 lines
344 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
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>