# $Id: Portfile,v 1.20 2005/09/13 01:53:28 toby Exp $ PortSystem 1.0 name pcre version 6.4 categories devel maintainers toby@opendarwin.org description Perl Compatible Regular Expressions Library long_description \ The PCRE library is a set of functions that implement \ regular expression pattern matching using the same \ syntax and semantics as PerlÊ5. PCRE has its own \ native API, as well as a set of wrapper functions \ that correspond to the POSIX regular expression API. homepage http://www.pcre.org/ platforms darwin freebsd master_sites ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ use_bzip2 yes checksums sha1 778fb963b7ec24e0dce34c8e21b8633b32a02704 configure.args --mandir=${prefix}/share/man \ --enable-utf8 \ --enable-unicode-properties test.run yes