mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
27e72aaab7
Feature safe: yes
22 lines
404 B
Makefile
22 lines
404 B
Makefile
# Created by: Xin Li <delphij@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ujson
|
|
PORTVERSION= 1.23
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= Ultra fast JSON encoder and decoder for Python
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_ZIP= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/ujson.so
|
|
|
|
.include <bsd.port.mk>
|