98c7b28e9c
web development. WWW: http://wtforms.simplecodes.com/ PR: ports/166951 Submitted by: Moggie <moggie@elasticmind.net>
24 lines
504 B
Makefile
24 lines
504 B
Makefile
# Ports collection makefile for: py-wtforms
|
|
# Date created: 14 April 2012
|
|
# Whom: Moggie <moggie@elasticmind.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= WTForms
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= moggie@elasticmind.net
|
|
COMMENT= Forms validation and rendering library for python web development
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_ZIP= yes
|
|
USE_PYTHON= 2.6+
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
.include <bsd.port.mk>
|