           SPELL=mod_wsgi
         VERSION=3.1
     SOURCE_HASH=sha512:8c1db9e513ebb2602d0a86a7301748c130e7d45cb27c6bdbb263a1dd54d744a8f3938767e6a5aa207ffcc9fe42549b6452c9a0be4fd7c6bb0a9517eb24c6bebf
          SOURCE=$SPELL-$VERSION.tar.gz
      LICENSE[0]=APACHE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://modwsgi.googlecode.com/files/$SOURCE
        WEB_SITE=http://code.google.com/p/modwsgi/
         ENTERED=20080916
        KEYWORDS="interpreter http python"
           SHORT="Python WSGI adapter module for Apache"
cat << EOF
The mod_wsgi adapter is an Apache module that provides a WSGI compliant
interface for hosting Python based web applications within Apache. The adapter
is written completely in C code against the Apache C runtime and for hosting
WSGI applications within Apache has a lower overhead than using existing WSGI
adapters for mod_python or CGI.
EOF
