aboutsummaryrefslogtreecommitdiff
path: root/devel/py-jsonrpclib-pelix/Makefile
blob: e580676d5f87693128b352acd415d7ee9ab00678 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	jsonrpclib-pelix
PORTVERSION=	0.4.2
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>