ports/www/py-django-requests-debug-toolbar/Makefile
Po-Chuan Hsieh b5e3a6ac1b
www/py-django-requests-debug-toolbar: Add py-django-requests-debug-toolbar 0.0.6
Django Requests Debug Toolbar tracks all HTTP requests made with the popular
requests library.
2023-10-01 07:26:36 +08:00

21 lines
539 B
Makefile

PORTNAME= django-requests-debug-toolbar
PORTVERSION= 0.0.6
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
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-debug-toolbar>=2.2:www/py-django-debug-toolbar@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>