freebsd-ports/devel/py-turbojson/Makefile

25 lines
743 B
Makefile
Raw Normal View History

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
PORTVERSION= 1.1.4
2007-01-07 11:13:56 +01:00
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
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
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}RuleDispatch>=0.5.a0.r2306:${PORTSDIR}/devel/py-ruledispatch \
${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simplejson \
${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:${PORTSDIR}/devel/py-decoratortools
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
2007-01-07 11:13:56 +01:00
.include <bsd.port.mk>