mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
27 lines
577 B
Makefile
27 lines
577 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
|
|
PORTNAME= zclockfile
|
|
DISTVERSION= 2.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= zc.lockfile-${DISTVERSION}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Basic inter-process locks
|
|
|
|
LICENSE= ZPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.testing>0:devel/py-zope.testing@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} setup.py test
|
|
|
|
.include <bsd.port.mk>
|