aboutsummaryrefslogblamecommitdiff
path: root/www/py-django-modern-rpc/Makefile
blob: 28012ca7aa0aa32a093137d9d75c78038366f1db (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  

                                 
                      




                                       
                                                                                   


                   
                                                                                   
 
                           




                                              
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	django-modern-rpc
PORTVERSION=	0.12.1
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Simple and modern JSON-RPC/XML-RPC server implementation for Django

LICENSE=	MIT

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.8.0:www/py-django22@${PY_FLAVOR}

USES=		python:3.5+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>