# $Id: Portfile 81198 2011-07-27 02:39:36Z perry@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-repoze.what-quickstart
version                 1.0.8
maintainers             perry openmaintainer
platforms               darwin

description             This plugin allows you to take advantage of a rather \
                        simple, and usual, authentication and authorization \
                        setup, in which the users' data, the groups and the \
                        permissions used in the application are all stored in \
                        a SQLAlchemy or Elixir-managed database.
long_description        ${description}
license                 BSD
homepage                http://pypi.python.org/pypi/repoze.what-quickstart/

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

depends_build-append    port:py26-distribute
depends_lib-append \
    port:py26-repoze.what \
    port:py26-repoze.what.plugins.sql \
    port:py26-repoze.who \
    port:py26-repoze.who-friendlyform \
    port:py26-repoze.who.plugins.sa

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

checksums               rmd160 6dcca16f7abc26a59ca8f1e698ae7b2f46d392b6
