ports/devel/py-jsonrpclib-pelix/Makefile
2024-06-15 08:54:37 +02:00

18 lines
367 B
Makefile

PORTNAME= jsonrpclib-pelix
PORTVERSION= 0.4.3.3
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= JSON-RPC over HTTP that mirrors xmlrpclib syntax
WWW= https://pypi.org/project/jsonrpclib-pelix/
LICENSE= APACHE20
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>