1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/textproc/py-wtforms/Makefile
Kubilay Kocak e45fe48448 textproc/py-WTForms: Update to 1.0.5, lowercase PORTNAME
- 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
2014-06-08 12:05:28 +00:00

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>