# -*- 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.088 ../../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 f6f5754fa0195b1ff3b022074be726bdfb68f131 \ sha256 885433f9b102fad4fd36b21c7320bb036036111caf998131bf416f7cd5ee9764 \ size 255295 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-ppi \ port:p${perl5.major}-task-weaken perl5.use_module_build }