20 lines
467 B
Makefile
20 lines
467 B
Makefile
# Created by: John Hixson <john@ixsystems.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= djangotoolbox
|
|
PORTVERSION= 1.8.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jhixson@FreeBSD.org
|
|
COMMENT= Common API for running Django on non-relational/NoSQL databases
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|