# -*- 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-Inline 2.214
revision            0
license             {Artistic-1 GPL}
platforms           {darwin any}
maintainers         nomaintainer

description         Inlining your tests next to the code being tested
long_description    Embedding tests allows tests to be placed near the code it's testing.\
                    This is a nice supplement to the traditional .t files.\
                    It's like XUnit, only better and Perl-style.

checksums           rmd160  393cb038f77f24815e075a8a15400bc29657e47a \
                    sha256  95e0fc3ce6c2c5f7fd51ac6466e2758ce83b52fe8b93807f4d45117fa7f1e366 \
                    size    60403

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

    depends_lib-append \
                    port:p${perl5.major}-algorithm-dependency \
                    port:p${perl5.major}-config-tiny \
                    port:p${perl5.major}-file-chmod \
                    port:p${perl5.major}-file-find-rule \
                    port:p${perl5.major}-file-flat \
                    port:p${perl5.major}-file-remove \
                    port:p${perl5.major}-params-util \
                    port:p${perl5.major}-path-tiny

    supported_archs noarch
}
