View | Details | Raw Unified | Return to bug 246083
Collapse All | Expand All

(-)www/py-django-modern-rpc/Makefile (-3 / +4 lines)
Lines 3-20 Link Here
3
3
4
PORTNAME=	django-modern-rpc
4
PORTNAME=	django-modern-rpc
5
PORTVERSION=	0.12.0
5
PORTVERSION=	0.12.0
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
10
MAINTAINER=	sunpoet@FreeBSD.org
11
MAINTAINER=	sunpoet@FreeBSD.org
11
COMMENT=	Simple and modern JSON-RPC and XML-RPC server implementation for Django
12
COMMENT=	Simple and modern JSON-RPC/XML-RPC server implementation for Django
12
13
13
LICENSE=	MIT
14
LICENSE=	MIT
14
15
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.8.0:www/py-django111@${PY_FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.8.0:www/py-django22@${PY_FLAVOR}
16
17
17
USES=		python
18
USES=		python:3.5+
18
USE_PYTHON=	autoplist concurrent distutils
19
USE_PYTHON=	autoplist concurrent distutils
19
20
20
NO_ARCH=	yes
21
NO_ARCH=	yes

Return to bug 246083