# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         IO-Multiplex 1.10
revision            3
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
