freebsd-ports/devel/py-turbojson/Makefile
Nicola Vitale c997187fba - Update to 1.3
- Add devel/py-PEAK-Rules to *_DEPENDS
- Remove MD5 checksum from distinfo
- Remove devel/py-prioritized_methods from *_DEPENDS
- Update URL of WWW site in pkg-descr

PR:		ports/153302
Submitted by:	wen
2010-12-31 16:33:47 +00:00

26 lines
727 B
Makefile

# New ports collection makefile for: py-turbojson
# Date created: 2006-12-02
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= TurboJson
PORTVERSION= 1.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://www.turbogears.org/2.0/downloads/2.0.1/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python template plugin for TurboGears that supports json
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simplejson \
${PYTHON_PKGNAMEPREFIX}PEAK-Rules>=0:${PORTSDIR}/devel/py-PEAK-Rules
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>