# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0
perl5.setup         IO-Tee 0.64
revision            0
maintainers         email.arc.nasa.gov:sal
description         Multiplex output to multiple output handles
long_description    The `IO::Tee' constructor, given a list of output \
                    handles, returns a tied handle that can be written to \
                    but not read from.  When written to (using print or \
                    printf), it multiplexes the output to the list of \
                    handles originally passed to the constructor.
platforms           darwin
checksums           md5 97d91e38fcadc1f01d8030a8d4f30701

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
