diff options
Diffstat (limited to 'textproc/py-python-lsp-jsonrpc/Makefile')
-rw-r--r-- | textproc/py-python-lsp-jsonrpc/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/py-python-lsp-jsonrpc/Makefile b/textproc/py-python-lsp-jsonrpc/Makefile new file mode 100644 index 000000000000..3d9a0f4b5aef --- /dev/null +++ b/textproc/py-python-lsp-jsonrpc/Makefile @@ -0,0 +1,22 @@ +# Created by: Rainer Hurling <rhurlin@gwdg.de> + +PORTNAME= python-lsp-jsonrpc +PORTVERSION= 1.0.0 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rhurlin@FreeBSD.org +COMMENT= Python JSON RPC Server + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> |