freebsd-ports/devel/py-jsonrpclib-pelix/Makefile
2019-01-14 08:01:02 +00:00

20 lines
389 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= jsonrpclib-pelix
PORTVERSION= 0.4.0
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= JSON-RPC over HTTP that mirrors xmlrpclib syntax
LICENSE= APACHE20
USES= python:3.4+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>