# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         IO-Multiplex 1.10
revision            2
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

supported_archs noarch
