freebsd-ports/www/py-djangotoolbox/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

21 lines
467 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:www/py-django18
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>