# -*- 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 epoch 1 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Perl-Critic 1.140 revision 1 license {Artistic-1 GPL} maintainers {khindenburg @kurthindenburg} openmaintainer supported_archs noarch description Critique Perl source code for best-practices. long_description ${description} platforms darwin checksums rmd160 6570a6659b7c1fbf9d3fe0cd70f2c0a555cec6fc \ sha256 bfeef0aa36f0941682a607212593db530b2c8a5499f6dc7d41f7e61a8ebdfddb \ size 650449 if {${perl5.major} != ""} { depends_build-append port:p${perl5.major}-test-deep depends_lib-append port:p${perl5.major}-b-keywords \ port:p${perl5.major}-config-tiny \ port:p${perl5.major}-exception-class \ port:p${perl5.major}-io-string \ port:p${perl5.major}-list-moreutils \ port:p${perl5.major}-module-pluggable \ port:p${perl5.major}-ppi \ port:p${perl5.major}-ppix-quotelike \ port:p${perl5.major}-ppix-regexp \ port:p${perl5.major}-ppix-utilities \ port:p${perl5.major}-string-format \ port:p${perl5.major}-version \ port:p${perl5.major}-file-which \ port:p${perl5.major}-perl-tidy \ port:p${perl5.major}-pod-spell \ port:p${perl5.major}-readonly \ port:p${perl5.major}-readonly-xs # use our p5-pod-parser on perl5.32+ where Pod::Parser and friends are no longer in core if {${perl5.major} > 5.30} { depends_lib-append \ port:p${perl5.major}-pod-parser } perl5.use_module_build livecheck.type none }