mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
18 lines
367 B
Makefile
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>
|