9e747bd086
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.
13 lines
360 B
Makefile
13 lines
360 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/02/06 11:38:03 fhajny Exp $
|
|
|
|
DISTNAME= kgio-2.7.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://bogomips.org/kgio/
|
|
COMMENT= Provides non-blocking I/O methods for Ruby
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|