freebsd-ports/www/py-django-json-rpc/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
482 B
Makefile

# Created by: John Hixson <john@ixsystems.com>
# $FreeBSD$
PORTNAME= django-json-rpc
PORTVERSION= 0.6.2
PORTREVISION= 3
CATEGORIES= www python
MASTER_SITES= http://wiki.pcbsd.org/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= john@ixsystems.com
COMMENT= Simple JSON-RPC implementation for Django
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18
LICENSE= MIT
USES= python tar:bzip2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>