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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.16 5.18 5.20 5.22
perl5.setup         PPIx-Regexp 0.041 ../by-authors/id/W/WY/WYANT

platforms           darwin
maintainers         khindenburg openmaintainer
license             {Artistic-1 GPL}

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  bd183a36d826c91cc9f894829178b04c886f375b \
                    sha256  db9e12d038c0d35154e267970af622a3532f4e32856a0365dbaf7ccff8279386

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

    test.run            yes
}