           SPELL=pcre
         VERSION=8.36
      PATCHLEVEL=1
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
  SOURCE2_IGNORE=signature
      SOURCE_GPG=pcre.gpg:$SOURCE2:UPSTREAM_KEY
        WEB_SITE=http://www.pcre.org/
         ENTERED=20010922
      LICENSE[0]=http://www.pcre.org/license.txt
        KEYWORDS="perl libs"
           SHORT="Perl Compatible Regular Expression library"
cat << EOF
The PCRE library is a set of functions that implement regular expression pattern
matching using the same syntax and semantics as Perl 5, with just a few
differences. The current implementation corresponds to Perl 5.005. PCRE is used
by many programs including Postfix and PHP.
EOF
