2013-02-09 15:04:13 +01:00
|
|
|
# Created by: John Hixson <john@ixsystems.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= djangotoolbox
|
2013-12-19 20:04:25 +01:00
|
|
|
PORTVERSION= 1.6.1
|
2016-01-16 10:52:37 +01:00
|
|
|
PORTREVISION= 1
|
2013-02-09 15:04:13 +01:00
|
|
|
CATEGORIES= www python
|
2013-06-11 14:27:28 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2013-02-09 15:04:13 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= john@ixsystems.com
|
2013-12-19 20:04:25 +01:00
|
|
|
COMMENT= Common API for running Django on non-relational/NoSQL databases
|
2013-02-09 15:04:13 +01:00
|
|
|
|
2013-12-19 20:04:25 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2013-02-09 15:04:13 +01:00
|
|
|
|
2016-01-16 12:19:09 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:${PORTSDIR}/www/py-django18
|
2013-02-09 15:04:13 +01:00
|
|
|
|
2015-01-03 09:41:20 +01:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-02-09 15:04:13 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|