# -*- 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-Output 1.035 revision 0 license {Artistic-1 GPL} maintainers nomaintainer description Utilities to test STDOUT and STDERR messages long_description Test::Output provides a simple interface for testing \ output sent to STDOUT or STDERR. A number of different \ utilities are included to try and be as flexible as \ possible to the tester. platforms {darwin any} supported_archs noarch checksums rmd160 401467d050faf76f91febc4fba6f61fb6b7dfe0c \ sha256 be213597f1b878317dd8ab46f308891d9c68ec0df5d729830011c15bbd9e525a \ size 19156 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-capture-tiny }