# -*- 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 epoch 1 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Perl-Critic 1.125 license {Artistic-1 GPL} maintainers khindenburg openmaintainer supported_archs noarch description Critique Perl source code for best-practices. long_description ${description} platforms darwin checksums rmd160 9d97b77b1ebf4c703e4b574081babf161677f6d1 \ sha256 503b718356b14d4c00ed486b66a0f622f4bef2b206be406ee7922c8270463fa1 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}-email-address \ port:p${perl5.major}-exception-class \ port:p${perl5.major}-file-sharedir \ port:p${perl5.major}-file-sharedir-projectdistdir \ port:p${perl5.major}-io-string \ port:p${perl5.major}-lingua-en-inflect \ port:p${perl5.major}-list-moreutils \ port:p${perl5.major}-module-pluggable \ port:p${perl5.major}-path-finddev \ port:p${perl5.major}-path-isdev \ port:p${perl5.major}-ppi \ 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-homedir \ 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}-regexp-parser \ port:p${perl5.major}-readonly-xs perl5.use_module_build }