aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-wtforms/Makefile
blob: 53e7900d53d8ccd8d5949b19e69f44ae8d116d6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>