21 lines
429 B
Makefile
21 lines
429 B
Makefile
# Created by: Moggie <moggie@elasticmind.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WTForms
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 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
|
|
|
|
USES= zip
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|