# $Id: Portfile,v 1.23 2006/05/06 14:57:12 mww 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.fu-berlin.de/unix/misc/pcre/ \
		ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
		ftp://ftp.tin.org/pub/libs/pcre/ \
		freebsd
use_bzip2        yes
checksums        sha1 aa6fc52f0e18b599297ae1c8f611a01a5c39dea7
configure.args   --mandir=${prefix}/share/man \
                 --enable-utf8 \
                 --enable-unicode-properties
test.run         yes
