# -*- 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-Spelling 0.25
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Test::Spelling - Check for spelling errors in POD files
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  d54fb1d7f2919cc0f6c3bf7349d97bae7c78a221 \
                    sha256  38c659f03a4d7362e16832a3489d17f86a2ea36471d335e17ce323457df5bc60 \
                    size    29273

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:hunspell-en_US \
                    port:p${perl5.major}-ipc-run3 \
                    port:p${perl5.major}-pod-spell \
                    port:p${perl5.major}-text-tabsxwrap

    supported_archs noarch
}
