2007-01-07 11:13:56 +01:00
|
|
|
# New ports collection makefile for: py-turbojson
|
|
|
|
# Date created: 2006-12-02
|
|
|
|
# Whom: Nicola Vitale <nivit@email.it>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= TurboJson
|
2010-12-31 17:33:47 +01:00
|
|
|
PORTVERSION= 1.3
|
2007-01-07 11:13:56 +01:00
|
|
|
CATEGORIES= devel python
|
2008-07-07 15:33:39 +02:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
2009-08-03 14:20:36 +02:00
|
|
|
http://www.turbogears.org/2.0/downloads/2.0.1/ \
|
2007-01-07 11:13:56 +01:00
|
|
|
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
|
|
COMMENT= Python template plugin for TurboGears that supports json
|
|
|
|
|
2009-08-03 14:20:36 +02:00
|
|
|
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simplejson \
|
2010-12-31 17:33:47 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}PEAK-Rules>=0:${PORTSDIR}/devel/py-PEAK-Rules
|
2009-08-03 14:20:36 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2008-07-07 15:33:39 +02:00
|
|
|
USE_PYTHON= 2.4+
|
|
|
|
USE_PYDISTUTILS= easy_install
|
2007-01-07 11:13:56 +01:00
|
|
|
|
2008-07-07 15:33:39 +02:00
|
|
|
.include <bsd.port.mk>
|