79e10c9471
This is a simple wrapper over the kqueue (supported on FreeBSD, NetBSD, OpenBSD, and Darwin). It uses the FFI gem to avoid having to compile a C extension. API documentation is available on rdoc.info: http://rdoc.info/projects/mat813/rb-kqueue.
14 lines
375 B
Makefile
14 lines
375 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/01/09 15:52:33 taca Exp $
|
|
|
|
DISTNAME= rb-kqueue-0.2.4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/mat813/rb-kqueue
|
|
COMMENT= Ruby wrapper for BSD's kqueue, using FFI
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=0.5.0:../../devel/ruby-ffi
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|