           SPELL=pcre
         VERSION=8.45
  SECURITY_PATCH=4
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://ftp.pcre.org/pub/pcre/$SOURCE
   SOURCE_URL[1]=https://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
  SOURCE2_URL[0]=$SOURCE_URL.sig
  SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
  SOURCE2_IGNORE=signature
      SOURCE_GPG=pcre.gpg:$SOURCE2:UPSTREAM_KEY
        WEB_SITE=https://www.pcre.org/
         ENTERED=20010922
      LICENSE[0]=https://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
