freebsd-ports/devel/py-cjson/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

24 lines
563 B
Makefile

# New ports collection makefile for: py-cjson
# Date created: Jan. 27, 2007
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= cjson
PORTVERSION= 1.0.3
CATEGORIES= devel python
MASTER_SITES= http://cheeseshop.python.org/packages/source/p/python-cjson/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-cjson-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Fast JSON encoder/decoder for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python-cjson
PLIST_FILES= %%PYTHON_SITELIBDIR%%/cjson.so
.include <bsd.port.mk>