1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/py-tw.forms/Makefile
Martin Wilke 9ffa28e4f1 Web Widgets for building and validating forms. (former ToscaWidgetsForms)
WWW:	http://toscawidgets.org/

PR:		ports/167710
Submitted by:	Yuan-Chung Hsiao <ychsiao@gmail.com>
2012-05-30 08:07:30 +00:00

27 lines
788 B
Makefile

# New ports collection makefile for: py-tw.forms
# Date created: 2012-05-08
# Whom: Yuan-Chung Hsiao <ychsiao@gmail.com>
#
# $FreeBSD$
#
PORTNAME= tw.forms
PORTVERSION= 0.9.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Web Widgets for building and validating forms
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ToscaWidgets>=0:${PORTSDIR}/devel/py-ToscaWidgets \
${PYTHON_PKGNAMEPREFIX}formencode>=0:${PORTSDIR}/www/py-formencode
RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}ToscaWidgets>=0:${PORTSDIR}/devel/py-ToscaWidgets \
${PYTHON_PKGNAMEPREFIX}formencode>=0:${PORTSDIR}/www/py-formencode
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= tw.forms
.include <bsd.port.mk>