20 lines
389 B
Makefile
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>
|