# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 110047 2013-08-25 16:36:09Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       pcre-light 0.4
revision            3
checksums           rmd160  636603e48c30535dd2619244de7b2aa102d7c460 \
                    sha256  b37f6ffab07b56540ba4cc410f3ad3c4e0e6e226c610c33f4b7daf70559c31f6

maintainers         nomaintainer
platforms           darwin
license             BSD

description         A small, efficient and portable regex library for Perl 5 compatible regular expressions

long_description \
    A small, efficient and portable regex library for Perl 5 compatible \
    regular expressions. The PCRE library is a set of functions that implement regular \
    expression pattern matching using the same syntax and semantics as Perl 5.

depends_lib-append  port:pcre
