# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 80437 2011-07-13 04:45:59Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-flask
version             0.7.2
platforms           darwin
maintainers         ryandesign openmaintainer
license             BSD
supported_archs     noarch

description         microframework for Python based on Werkzeug and Jinja2

long_description    Flask is a ${description}, intended for small-scale applications

homepage            http://flask.pocoo.org/
master_sites        http://pypi.python.org/packages/source/F/Flask/
distname            Flask-${version}

checksums           sha1    264448ebca80424479968a6eae80f8d8f712b265 \
                    rmd160  60dd15a45e4d8a3ba49564c0a5acc02877dafa6f

depends_lib-append  port:py26-jinja2 \
                    port:py26-werkzeug

livecheck.type      regex
livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     Flask-(\[0-9.\]+)${extract.suffix}
