Changeset View
Changeset View
Standalone View
Standalone View
devel/py-jsonrpclib/Makefile
| Show All 10 Lines | |||||
| MAINTAINER= bra@fsn.hu | MAINTAINER= bra@fsn.hu | ||||
| COMMENT= Implements the JSON-RPC 2.0 proposed specification in pure Python | COMMENT= Implements the JSON-RPC 2.0 proposed specification in pure Python | ||||
| LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
| USES= python:2 | USES= python:2 | ||||
| USE_PYTHON= distutils autoplist | USE_PYTHON= distutils autoplist | ||||
| OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options | |||||
| OPTIONS_DEFINE= CJSON | OPTIONS_DEFINE= CJSON | ||||
| CJSON_DESC= Use cjson instead of json or simplejson | CJSON_DESC= Use cjson instead of json or simplejson | ||||
| .include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
| .if ${PORT_OPTIONS:MCJSON} | .if ${PORT_OPTIONS:MCJSON} | ||||
| RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cjson>0:${PORTSDIR}/devel/py-cjson | RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cjson>0:${PORTSDIR}/devel/py-cjson | ||||
| .endif | .endif | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||