           SPELL=mod_ruby
         VERSION=1.3.0
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=http://www.modruby.net/archive/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE_GPG=DB451658.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.modruby.net/
         ENTERED=20080327
      LICENSE[0]=GPL
        KEYWORDS="ruby"
           SHORT="mod_ruby embeds the Ruby interpreter into the Apache web server."
cat << EOF
mod_ruby embeds the Ruby interpreter into the Apache web server, allowing Ruby
CGI scripts to be executed natively. These scripts will start up much faster
than without mod_ruby. 

You can also extend Apache by mod_ruby. mod_ruby provides Apache API to Ruby.
EOF
