blob: b7da7fc10f6576939df5570dac1ecada8949c62d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= jsonrpclib-pelix
PORTVERSION= 0.3.1
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
.include <bsd.port.mk>
|