freebsd-ports/sysutils/py-filelock/Makefile
Yuri Victorovich 741095202c sysutils/py-filelock: Update to 2.0.13
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13081
2017-11-14 18:07:28 +00:00

19 lines
347 B
Makefile

# $FreeBSD$
PORTNAME= filelock
PORTVERSION= 2.0.13
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>