# $Id: Portfile,v 1.22 2006/03/11 19:56:43 toby Exp $ PortSystem 1.0 name pcre version 6.6 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 aa6fc52f0e18b599297ae1c8f611a01a5c39dea7 configure.args --mandir=${prefix}/share/man \ --enable-utf8 \ --enable-unicode-properties test.run yes