4eb0e2b0c5
Reported by: portscout Approved by: adamw Differential Revision: https://reviews.freebsd.org/D14150
19 lines
346 B
Makefile
19 lines
346 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= filelock
|
|
DISTVERSION= 3.0.4
|
|
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>
|