47f2952dec
* Regenerate gemspec. * Improve documentation. * Return nil and the caller will return empty array for each method. * Avoid exception in case of closing a file watched by notifier, like tapping SIGINT to close the file without exception. * Fix the logic used for retrying reads after EINVAL * Use a specific exception class for queue overflows
14 lines
380 B
Makefile
14 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/03/15 15:33:02 taca Exp $
|
|
|
|
DISTNAME= rb-inotify-0.9.7
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/nex3/rb-inotify
|
|
COMMENT= Ruby wrapper for Linux's inotify, using FFI
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=0.5.0:../../devel/ruby-ffi
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|