ports/www/py-django-json-rpc/Makefile
John Hixson 829a2fa779 Change jhixson port maintainer email to jhixson@FreeBSD.org
Approved by:	miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D16592
2018-08-07 12:13:47 +00:00

21 lines
469 B
Makefile

# Created by: John Hixson <john@ixsystems.com>
# $FreeBSD$
PORTNAME= django-json-rpc
PORTVERSION= 0.7.2
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jhixson@FreeBSD.org
COMMENT= Simple JSON-RPC implementation for Django
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django111@${PY_FLAVOR}
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>