ports/sysutils/py-filelock/Makefile
Yuri Victorovich 98d5fbe037 sysutils/py-filelock: Update 3.0.9 -> 3.0.10
Reported by:	portscout
2018-11-15 01:25:49 +00:00

20 lines
348 B
Makefile

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