60a60cf448
Move sysutils/ruby-rb-inotify to devel since this is a similar library like ruby-rb-fsevent and ruby-rb-kqueue.
14 lines
382 B
Makefile
14 lines
382 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/03/16 14:03:13 taca Exp $
|
|
|
|
DISTNAME= rb-inotify-0.10.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://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"
|