# New ports collection makefile for: py-simplejson # Date created: 25 Apr 2006 # Whom: Alexander Botero-Lowry # # $FreeBSD$ # PORTNAME= simplejson PORTVERSION= 2.6.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder LICENSE= MIT USE_PYTHON= -2.7 USE_PYDISTUTILS= yes regression-test: build @(cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test) .include