1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/py-django-debug-toolbar/Makefile
Johannes Jost Meixner 5de8556c78 www/py-django-debug-toolbar: update to 1.2.2, modernization
- update to 1.2.2
- convert to USES= python

Differential Revision:	https://reviews.freebsd.org/D1286
Approved by:	koobs (mentor)
2014-12-09 11:14:54 +00:00

22 lines
530 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= django-debug-toolbar
PORTVERSION= 1.2.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= xmj@chaot.net
COMMENT= Configurable set of panels to display debug information
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4.2:${PORTSDIR}/www/py-django \
${PYTHON_PKGNAMEPREFIX}sqlparse>0:${PORTSDIR}/databases/py-sqlparse
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>