freebsd-ports/devel/py-simplejson/Makefile
Sunpoet Po-Chuan Hsieh 80e9c32f57 - Update to 2.2.1
Changes:	52d0050319/CHANGES.txt
2011-09-19 02:32:33 +00:00

20 lines
451 B
Makefile

# New ports collection makefile for: py-simplejson
# Date created: 25 Apr 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTNAME= simplejson
PORTVERSION= 2.2.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
.include <bsd.port.mk>