# -*- 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         warnings-unused 0.06 ../by-authors/id/G/GF/GFUJI/
revision            2
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Produces warnings when unused variables are detected
long_description    This pragmatic module extends lexical warnings to complain about \
                    unused variables.  It produces warnings when a my variable or state \
                    variable is unused aside from its declaration.

platforms           darwin

checksums           rmd160  5a7433cea62253bf89b0875003f5369442a9ffb4 \
                    sha256  6f719898a63560d4324c1e95549f441cec429d90cf5b57bf016085334f4bf01f

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-warn

    patchfiles      patch-default-inc-excludes-dot.diff
}
