47dae47918
kgio provides non-blocking I/O methods for Ruby without raising exceptions on EAGAIN and EINPROGRESS. It is intended for use with the Unicorn and Rainbows! Rack servers, but may be used by other applications. ok landry
25 lines
463 B
Makefile
25 lines
463 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 20:05:16 jeremy Exp $
|
|
|
|
COMMENT = kinder, gentler I/O for Ruby
|
|
|
|
DISTNAME = kgio-2.0.0
|
|
CATEGORIES = devel
|
|
|
|
# LGPLv2.1/LGPLv3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
REGRESS_DEPENDS = devel/gmake
|
|
|
|
# One failing regress test
|
|
do-regress:
|
|
@cd ${WRKSRC} && gmake test RUBY=${RUBY}
|
|
|
|
.include <bsd.port.mk>
|