1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/py-wtforms/Makefile

22 lines
439 B
Makefile

# Created by: Moggie <moggie@elasticmind.net>
# $FreeBSD$
PORTNAME= WTForms
PORTVERSION= 1.0.3
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
NO_STAGE= yes
.include <bsd.port.mk>