c70d11efa4
- Fix for django 1.6 [1] - Swtich from easy_install to install - Support staging - Use python auto plist PR: ports/185403 [1] Submitted by: maintainer
23 lines
515 B
Makefile
23 lines
515 B
Makefile
# Created by: John Hixson <john@ixsystems.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-json-rpc
|
|
PORTVERSION= 0.6.2
|
|
PORTREVISION= 2
|
|
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:${PORTSDIR}/www/py-django
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_BZIP2= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|