7a9104fc76
- Update to 1.6.1 [1] - Allow staging - Use python auto plist - Remove leading article from COMMENT - BSD -> BSD3CLAUSE PR: ports/184741 [1] Submitted by: maintainer
21 lines
478 B
Makefile
21 lines
478 B
Makefile
# Created by: John Hixson <john@ixsystems.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= djangotoolbox
|
|
PORTVERSION= 1.6.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}django>0:${PORTSDIR}/www/py-django
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|