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

PortSystem          1.0
PortGroup           perl5 1.0
perl5.setup         IO-Multiplex 1.10
maintainers         sky.fr:cbellot
description         Manage IO on many file handles 
long_description    IO::Multiplex is designed to take the effort out of \
		    managing multiple file handles. It is essentially a \
		    really fancy front end to the select system calls. In \
		    addition to maintaining the select loop, it buffers all\
		    input and output to/from the file handles.  It can also \
		    accept incoming connections on one or more listen sockets.
platforms           darwin
checksums           md5 ce230ee0a4afbff59da66f0c42e0340b

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