# New ports collection makefile for:	py-ujson
# Date created:		Oct 25, 2011
# Whom:			Xin Li <delphij@FreeBSD.org>
#
# $FreeBSD: ports/devel/py-ujson/Makefile,v 1.1 2011/10/25 22:52:11 delphij Exp $
#

PORTNAME=	ujson
PORTVERSION=	1.9
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>
