aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-turbojson11/Makefile
blob: c864344eb88fa25f430fcd7fdf2053c8cb23ae15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$

PORTNAME=   TurboJson
PORTVERSION=    1.1.4
PORTREVISION=   2
CATEGORIES= devel python
MASTER_SITES=   CHEESESHOP \
        http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX=  11

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= yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_AUTOPLIST=  yes

.include <bsd.port.mk>