# -*- 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 54099 2009-07-21 00:23:58Z blb@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-flup
version             1.0.3
categories          python www
platforms           darwin
maintainers         gmail.com:cfedermann
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}.dev-20090612
checksums           md5     ec3b6bbdfb697536274f605256cddb62 \
                    sha1    12da63a23d5e35178a1c2cd21ccb8b74d7d9db76 \
                    rmd160  9a1a90c64a21669b47f98737f1cb81aa40ecc261

