# $Id: Portfile 89135 2012-01-19 21:45:38Z singingwolfboy@macports.org $

PortSystem              1.0
PortGroup               python 1.0

name                    py-formencode
version                 1.2.4
python.versions         24 25 26 27
maintainers             perry openmaintainer
platforms               darwin

description             FormEncode validates and converts nested structures.
long_description        ${description}
license                 PSF
homepage                http://pypi.python.org/pypi/FormEncode/

livecheck.regex         {>FormEncode (.+) :}
livecheck.type          regex
livecheck.url           ${homepage}

if {$name != $subport} {
    depends_build-append    port:py${python.version}-distribute
}

distname                FormEncode-${version}
master_sites            http://pypi.python.org/packages/source/F/FormEncode/

checksums               rmd160 37bdf14bc439a070342020867ee7062bcffce27b
