mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
9ffa28e4f1
WWW: http://toscawidgets.org/ PR: ports/167710 Submitted by: Yuan-Chung Hsiao <ychsiao@gmail.com>
27 lines
788 B
Makefile
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>
|