diff --git a/www/py-django-requests-debug-toolbar/Makefile b/www/py-django-requests-debug-toolbar/Makefile index 7254d170029f..8e00e21684eb 100644 --- a/www/py-django-requests-debug-toolbar/Makefile +++ b/www/py-django-requests-debug-toolbar/Makefile @@ -1,21 +1,24 @@ PORTNAME= django-requests-debug-toolbar PORTVERSION= 0.0.7 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Django Debug Toolbar panel for Requests WWW= https://github.com/marceltschoppch/django-requests-debug-toolbar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-debug-toolbar>=2.2:www/py-django-debug-toolbar@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include