freebsd-ports/www/py-django-json-rpc/Makefile
Josh Paetzel 5b53efb91e A simple JSON-RPC implementation for Django.
https://github.com/samuraisam/django-json-rpc

PR:		ports/164731
Submitted by:	John Hixson <john@ixsystems.com>
2012-02-03 22:10:31 +00:00

26 lines
581 B
Makefile

# New ports collection makefile for: py-django-json-rpc
# Date created: Feb 3, 2012
# Whom: John Hixson <john@ixsystems.com>
#
# $FreeBSD$
#
PORTNAME= django-json-rpc
PORTVERSION= 0.6.2
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://wiki.pcbsd.org/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= john@ixsystems.com
COMMENT= A simple JSON-RPC implementation for Django
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
LICENSE= MIT
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>