diff options
Diffstat (limited to 'textproc/py-wtforms/Makefile')
-rw-r--r-- | textproc/py-wtforms/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-wtforms/Makefile b/textproc/py-wtforms/Makefile index a6c7dc8f2979..0401f7ecb395 100644 --- a/textproc/py-wtforms/Makefile +++ b/textproc/py-wtforms/Makefile @@ -1,20 +1,20 @@ # Created by: Moggie <moggie@elasticmind.net> # $FreeBSD$ -PORTNAME= WTForms -PORTVERSION= 1.0.3 -PORTREVISION= 1 +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 +COMMENT= Forms validation and rendering library for Python web development -LICENSE= BSD +LICENSE= BSD3CLAUSE -USES= zip -USE_PYTHON= yes +USES= zip +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes |