d1a9d29ba7
zope-testing port was removed earlier, so this option doesn't work now. PR: 274167 Reported by: madpilot
22 lines
438 B
Makefile
22 lines
438 B
Makefile
PORTNAME= zclockfile
|
|
DISTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= zc.lockfile-${DISTVERSION}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Basic inter-process locks
|
|
WWW= https://pypi.org/project/zc.lockfile/
|
|
|
|
LICENSE= ZPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|