pkgsrc/sysutils/ruby-rb-inotify/Makefile
taca 47f2952dec Update ruby-rb-inotify to 0.9.7.
* 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
2016-03-15 15:33:02 +00:00

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"