summaryrefslogtreecommitdiff
path: root/devel/py-exam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-exam/Makefile')
-rw-r--r--devel/py-exam/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/py-exam/Makefile b/devel/py-exam/Makefile
index f6ae7b8328b2..cc39b3f73be7 100644
--- a/devel/py-exam/Makefile
+++ b/devel/py-exam/Makefile
@@ -1,5 +1,6 @@
PORTNAME= exam
PORTVERSION= 0.10.6
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -8,7 +9,14 @@ MAINTAINER= python@FreeBSD.org
COMMENT= Python toolkit for writing better tests
WWW= https://github.com/fluxx/exam
+LICENSE= MIT
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
.include <bsd.port.mk>