freebsd-ports/devel/py-tw.forms/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
636 B
Makefile

# Created by: Yuan-Chung Hsiao <ychsiao@gmail.com>
# $FreeBSD$
PORTNAME= tw.forms
PORTVERSION= 0.9.9
PORTREVISION= 1
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:devel/py-ToscaWidgets \
${PYTHON_PKGNAMEPREFIX}formencode>=0:www/py-formencode
RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}ToscaWidgets>=0:devel/py-ToscaWidgets \
${PYTHON_PKGNAMEPREFIX}formencode>=0:www/py-formencode
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>