# -*- 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

PortSystem          1.0
PortGroup           github 1.0
PortGroup           common_lisp 1.0

github.setup        edicl cl-ppcre 2.1.2 v
revision            0

checksums           rmd160  1d41bb832cd22cf3c20444e59f73c27011a22872 \
                    sha256  2ddd99706fa2b442d3eb12ea36bb25f57613fc82e5eb91c4fcaec3b7ce4cfe85 \
                    size    159376

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Portable Perl-compatible regular expressions for Common Lisp

long_description    CL-PPCRE is a fast, portable, thread-safe regular expression \
                    library for Common Lisp compatible with Perl

github.tarball_from archive

if {${name} eq ${subport}} {
    depends_lib-append  port:cl-flexi-streams

    common_lisp.systems cl-ppcre.asd
}

subport cl-ppcre-unicode {
    depends_lib-append  port:cl-ppcre \
                        port:cl-unicode

    common_lisp.systems cl-ppcre-unicode.asd
}
