# -*- 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         strictures 2.000006 ../../authors/id/H/HA/HAARG
license             {Artistic-1 GPL}
platforms           {darwin any}
maintainers         nomaintainer
description         strictures - turn on strict and make all warnings fatal.
long_description    ${description}

checksums           rmd160  f2566a0b2f7f27c000c7df60474791bd2ff52f37 \
                    sha256  09d57974a6d1b2380c802870fed471108f51170da81458e2751859f2714f8d57 \
                    size    22508

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-bareword-filehandles \
                    port:p${perl5.major}-indirect \
                    port:p${perl5.major}-multidimensional

    supported_archs noarch
}
