mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 10:33:12 -04:00
Django Requests Debug Toolbar tracks all HTTP requests made with the popular requests library.
21 lines
539 B
Makefile
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>
|