mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
e45fe48448
- Update WTForms to version 1.0.5 - Change PORTNAME to lower case. - Update LICENSE (BSD3CLAUSE) - pkg-descr: Tab to space in WWW: While I'm here: - Whitespace alignment - Tweak COMMENT - Re-order top section (portlint) PR: 187402 Submitted by: moggie at elasticmind dot net
22 lines
455 B
Makefile
22 lines
455 B
Makefile
# Created by: Moggie <moggie@elasticmind.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wtforms
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= WTForms-${DISTVERSION}
|
|
|
|
MAINTAINER= moggie@elasticmind.net
|
|
COMMENT= Forms validation and rendering library for Python web development
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= zip
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|