# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup lepture flask-wtf 0.12 v name py-flask-wtf set real_name Flask-WTF python.versions 27 categories-append www maintainers nomaintainer description Flask simple integration with WTForms long_description \ Flask-WTF offers simple integration with WTForms. This integration includes \ optional CSRF handling for greater security. license BSD platforms darwin homepage http://pythonhosted.org/Flask-WTF checksums rmd160 bbaa7fa699c7f367d91d30184ed31ae4c26d0140 \ sha256 0b8dc762cec2c85c9af18748e986daa52ee7600528a015e47f4b576c276bed68 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-flask \ port:py${python.version}-wtforms }