# -*- 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.089 ../../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 26aa491461a99cf5a4bef7e01454988ede4f8451 \ sha256 9865f61f59da3b8aa32492580a8ecc9e24d251c00a5eb685678569928a2f8881 \ size 255295 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-ppi \ port:p${perl5.major}-task-weaken perl5.use_module_build }