           MODULE=pcre
         VERSION=3.9
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$SOURCE
   SOURCE_URL[1]=http://download.sourceforge.net/pcre/$SOURCE
        WEB_SITE=http://www.pcre.org/
         ENTERED=20010922
         UPDATED=20020110
           SHORT="pcre is the 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
