# Created by: Wen Heping # $FreeBSD$ PORTNAME= ToscaWidgets PORTVERSION= 0.9.12 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= A python framework for building reusable web components RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0:${PORTSDIR}/www/py-webob USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes .include .if ${PYTHON_REL} < 260 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson .endif .include