freebsd-ports/www/py-djangotoolbox/Makefile
Marcelo Araujo a79de56299 Update maintainer email address.
Submitted by:	John Hixson <jhixson@gmail.com> (maintainer)
2017-03-20 18:42:27 +00:00

21 lines
466 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= jhixson@gmail.com
COMMENT= Common API for running Django on non-relational/NoSQL databases
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>