# Created by: Attila Nagy # $FreeBSD: head/devel/py-jsonrpclib/Makefile 412346 2016-04-01 14:00:51Z mat $ PORTNAME= jsonrpclib PORTVERSION= 0.2.1 #PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bra@fsn.hu COMMENT= Implements the JSON-RPC 2.0 proposed specification in pure Python LICENSE= APACHE20 USES= python USE_PYTHON= distutils autoplist OPTIONS_DEFINE= CJSON CJSON_DESC= Use cjson instead of json or simplejson .include .if ${PORT_OPTIONS:MCJSON} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cjson>0:devel/py-cjson .endif .include