# -*- 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$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup PPIx-Regexp 0.050 ../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 84401ddf54ff7bd36d75e2f2d4c189b1bbac9650 \ sha256 fd095fb90826efa3f9b28bf018a099dc51f1d7c7d34ed2f193a28f1087635125 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 } if {$subport ne $name} { livecheck.type none }