# -*- 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-Expect 0.34
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Automated driving and testing of terminal-based programs.
long_description    ${description}

checksums           rmd160  962cf2a46ec70e422acb7ac15b2512776ef25469 \
                    sha256  2628fcecdda5f649bd25323f646b96a1a07e4557cadcb327c9bad4dc41bbb999

platforms           {darwin any}

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-class-accessor-chained \
                    port:p${perl5.major}-expect-simple

    perl5.use_module_build
    supported_archs noarch
}
