# $Id: Portfile 81197 2011-07-27 02:38:13Z perry@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-repoze.what-pylons
version                 1.0
maintainers             perry openmaintainer
platforms               darwin

description             This is an extras plugin for repoze.what which \
                        provides optional and handy utilities for Pylons \
                        applications using this authorization framework.
long_description        ${description}
license                 BSD
homepage                http://pypi.python.org/pypi/repoze.what-pylons/

livecheck.regex         {>repoze\.what-pylons (.+) :}
livecheck.type          regex
livecheck.url           ${homepage}

depends_build-append    port:py26-distribute
depends_lib-append \
    port:py26-decorator \
    port:py26-pylons \
    port:py26-repoze.what

distname                repoze.what-pylons-${version}
master_sites            http://pypi.python.org/packages/source/r/repoze.what-pylons/

checksums               rmd160 33ccbb4b9208b543d28de40ebc0f0cd0533208ed
