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

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         PPIx-Regexp 0.090 ../../authors/id/W/WY/WYANT
revision            0

maintainers         {khindenburg @kurthindenburg} openmaintainer
license             {Artistic-1 GPL}

platforms           {darwin any}
supported_archs     noarch

description         Parse regular expressions

long_description \
    This package parses regular expressions as they appear in Perl scripts, \
    generating a structure similar to the structure generated by PPI when it \
    parses a Perl script, and navigable in much the same way.

checksums           rmd160  5bd441cafb7b6bdb6e1e543d366eefee798749c4 \
                    sha256  41b13c6474cc19e9c604ff8ef0881e21866948b6d55c2f5c666279f8d9649352 \
                    size    257520

if {${perl5.major} != ""} {
    depends_lib-append  port:p${perl5.major}-ppi \
                        port:p${perl5.major}-task-weaken

    perl5.use_module_build
}
