           SPELL=php-mode
         VERSION=1.5.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
         SOURCE2=$SOURCE.sig
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=8E372922.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://php-mode.sourceforge.net/"
      LICENSE[0]=GPL
         ENTERED=20101208
           SHORT="PHP mode for Emacs"
cat << EOF
Mode for editing PHP 3 and 4 source code.

It's an extension of C mode; thus it inherits all C mode's navigation
functionality. But it colors according to the PHP grammar and indents
according to the PEAR coding guidelines.

It also includes a couple handy IDE-type features such as
documentation search and a source and class browser.
EOF
