freebsd-ports/www/py-django-modern-rpc/Makefile
Sunpoet Po-Chuan Hsieh 0655b03dd6 Add py-django-modern-rpc 0.11.1
Django-modern-rpc provides a simple solution to implement a remote procedure
call (RPC) server as part of your Django project. It supports all major Django
and Python versions.

WWW: https://github.com/alorence/django-modern-rpc
2018-09-01 22:50:49 +00:00

22 lines
507 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-modern-rpc
PORTVERSION= 0.11.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple and modern JSON-RPC and XML-RPC server implementation for Django
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8.0:www/py-django111@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>