# -*- 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.091 ../../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  419e105ee77250935bcaec83d95896334b9d6dbd \
                    sha256  e72ec79eff640297b087227d6a7708fca871c6de09997149585a98fe65ed942f \
                    size    258091

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

    perl5.use_module_build
}
