# -*- 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 68131 2010-05-27 14:05:14Z lightnin@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-flup
version             1.0.3.dev-20100525
categories          python www
platforms           darwin
maintainers         lightnin
description         Flup is a random collection of WSGI servers and \
                    middleware.
long_description    Flup offer three sets of WSGI servers/gateways, which \
                    speak AJP 1.3, FastCGI, and SCGI. Each server comes in \
                    two flavors: a threaded version, and a forking version.

homepage            http://www.saddi.com/software/flup
master_sites        http://pypi.python.org/packages/source/f/flup/
distname            flup-${version}
checksums           md5 a9ca8413888fd0cde81ec3258e61d8bb \
                    sha1 b80b3df5845c23c39633d5ddbe3ca9010a49b3ae \
                    rmd160 7fa70d43e6a6055b159cfabd9f0a7e872ca8442b

depends_lib         port:py26-distribute
