I want to install Realplexor (a Perl comet server) on Mac and it requires
# apt-get install libevent-dev gcc
# perl -MCPAN -e "install Event::Lib"
I installed the first one using:
port install libevent
but I can't find "Event::Lib" with port nor fink.
Does anyone know how I could install that dependency?