View | Details | Raw Unified | Return to bug 246086 | Differences between
and this patch

Collapse All | Expand All

(-)www/py-django-json-rpc/Makefile (-4 / +6 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	django-json-rpc
4
PORTNAME=	django-json-rpc
5
PORTVERSION=	0.7.2
5
PORTVERSION=	0.7.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-21 Link Here
11
MAINTAINER=	jhixson@FreeBSD.org
11
MAINTAINER=	jhixson@FreeBSD.org
12
COMMENT=	Simple JSON-RPC implementation for Django
12
COMMENT=	Simple JSON-RPC implementation for Django
13
13
14
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django111@${PY_FLAVOR}
15
16
LICENSE=	MIT
14
LICENSE=	MIT
15
LICENSE_FILE=	${WRKSRC}/COPYING
17
16
18
USES=		python
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.0:www/py-django22@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
19
20
USES=		python:3.5+
19
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
20
22
21
.include <bsd.port.mk>
23
.include <bsd.port.mk>

Return to bug 246086