# $Id: Portfile 78103 2011-04-23 18:52:02Z perry@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-webhelpers
version                 1.3
epoch                   2
maintainers             perry openmaintainer
platforms               darwin

description             Web Helpers is a library of helper functions intended \
                        to make writing web applications easier.
long_description        ${description} It's the standard function library for \
                        Pylons and TurboGears 2, but can be used with any web \
                        framework.
license                 BSD
homepage                http://pypi.python.org/pypi/WebHelpers/

livecheck.regex         {WebHelpers/(.+)"}
livecheck.type          regex
livecheck.url           ${homepage}

depends_build-append    port:py26-distribute
depends_lib-append      port:py26-markupsafe

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

checksums               rmd160 9df2b54f2fefba26aaf668a92ee9c8a94ebe87ac
