# -*- 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         Test-PerlTidy 20230226 ../../authors/id/S/SH/SHLOMIF
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Check that all your files are tidy.
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  a7a8ea30f5361316cd58dbdc6354d1445b068443 \
                    sha256  c0e242110795795d4dbb6c44166ce5574f5c7edba78a789d1bcae76685d803c1 \
                    size    14848

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-path-tiny \
                    port:p${perl5.major}-perl-tidy \
                    port:p${perl5.major}-text-diff

    perl5.use_module_build
}
