# -*- 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.24 perl5.setup Regexp-Assemble 0.37 ../by-authors/id/R/RS/RSAVAGE license {Artistic-1 GPL} maintainers nomaintainer description Combine several regular expressions into one long_description Regexp::Assemble allows you to take a number of regular \ expressions and assemble them into a single regular expression (or RE) \ that will match everything that any of the individual REs match, only \ what they match and nothing else. platforms darwin extract.suffix .tgz checksums rmd160 df3036b7c26714a74af80ef41610885a64c61cd9 \ sha256 6ebde38bd8b9a058f136a2607c92acdb51966419d0c1efb6bc8f9134342c6bbd if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-test-pod supported_archs noarch }