freebsd-ports/www/py-djangotoolbox/Makefile
Martin Wilke 0004cc0c2e - Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX

Reported by:    antoinebot
2016-01-16 11:19:09 +00:00

21 lines
479 B
Makefile

# Created by: John Hixson <john@ixsystems.com>
# $FreeBSD$
PORTNAME= djangotoolbox
PORTVERSION= 1.6.1
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= john@ixsystems.com
COMMENT= Common API for running Django on non-relational/NoSQL databases
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:${PORTSDIR}/www/py-django18
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>