--- EV/Makefile.PL 2007/11/14 22:30:50 1.20 +++ EV/Makefile.PL 2007/11/16 01:46:26 1.21 @@ -159,6 +159,21 @@ *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** +Similarly to the kqueue backend above, EV can take advantage of the +solaris 10 port interface. Support for port will be detected at runtime, +with a safe fallback to other methods when it cannot be used. + +EOF + +if (prompt ("Enable port backend (y/n)?", (-e "/usr/include/sys/port.h") ? "y" : "n") =~ /[yY]/) { + $DEFINE .= " -DEV_USE_PORT"; +} + +print <