# $Id: Portfile 78609 2011-05-14 07:38:20Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-wtforms
set real_name       WTForms
version             0.6.2
categories-append   devel www
platforms           darwin
license             BSD
maintainers         singingwolfboy openmaintainer
description         Forms validation and rendering library for Python web development
long_description  \
    ${description}

homepage            http://wtforms.simplecodes.com/
master_sites        http://pypi.python.org/packages/source/W/${real_name} \
                    http://b.pypi.python.org/packages/source/W/${real_name}
distname            ${real_name}-${version}
use_zip             yes
checksums           md5     3e11cf021f81df201ea94f7da09a2ba6 \
                    sha1    50ad72122b0583a0a19c03a8ee86b3cd2e6e0fde \
                    rmd160  ebd49183787302f0e4d0a022e692328cb240b077

