           SPELL=mod_wsgi
         VERSION=3.5
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.gz
     SOURCE_HASH=sha512:27002e933883c96bc06877f2f83a8bef816d1f7080ff01c89cc9f20dd1049f53b21a028cb156159f2a4c374048f5e52dce48b52d5b9584fbd0ca9455c285136b
      LICENSE[0]=APACHE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://github.com/GrahamDumpleton/$SPELL/archive/$VERSION.tar.gz
        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
