Prune sysutils/rubygem-fluent-mixin-plaintextformatter
[dports.git] / devel / py-turbojson11 / Makefile
1 # Created by: Nicola Vitale <nivit@email.it>
2 # $FreeBSD$
3
4 PORTNAME=       TurboJson
5 PORTVERSION=    1.1.4
6 PORTREVISION=   2
7 CATEGORIES=     devel python
8 MASTER_SITES=   CHEESESHOP \
9                 http://nivi.interfree.it/distfiles/${PORTNAME}/
10 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
11 PKGNAMESUFFIX=  11
12
13 MAINTAINER=     nivit@FreeBSD.org
14 COMMENT=        Python template plugin for TurboGears that supports json
15
16 RUN_DEPENDS+=   ${PYTHON_PKGNAMEPREFIX}RuleDispatch>=0.5.a0.r2306:${PORTSDIR}/devel/py-ruledispatch \
17                 ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simplejson \
18                 ${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:${PORTSDIR}/devel/py-decoratortools
19
20 USES=           python
21 USE_PYTHON=     distutils autoplist
22
23 .include <bsd.port.mk>