freebsd-ports/textproc/py-wtforms/Makefile
Frederic Culot aaac144280 - Update to 1.0.3
PR:		ports/175871
Submitted by:	Moggie <moggie@elasticmind.net> (maintainer)
2013-02-06 06:47:41 +00:00

20 lines
425 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
.include <bsd.port.mk>