# -*- 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 # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Test-Output 1.03 revision 2 platforms darwin maintainers nomaintainer license {Artistic-1 GPL} supported_archs noarch 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. checksums rmd160 8a00b94e97845715267b1da27b2c775a0f9436d6 \ sha256 3110af65c6fc59b9fa46b08a47508c5e85f6edc6355f0879e28b11f9ad0c2989 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-sub-exporter \ port:p${perl5.major}-capture-tiny }