blob: de3d3ae44c7df247be207b1545f7214971a86479 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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>
|