freebsd-ports/devel/py-ToscaWidgets/Makefile
Martin Wilke 63a8158f14 ToscaWidgets is a framework for building reusable web components.
The system allows a web developer to use a complex widget in their
application with ease - the internal complexity of the widget is
hidden. This helps rapidly develop compelling web applications.

WWW: http://toscawidgets.org/

PR:		ports/136221
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-07-04 23:15:59 +00:00

23 lines
624 B
Makefile

# New ports collection makefile for: py-ToscaWidgets
# Date created: 1st July, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
PORTNAME= ToscaWidgets
PORTVERSION= 0.9.7.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= A python framework for building reusable web components
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0:${PORTSDIR}/www/py-webob \
${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>