diff options
Diffstat (limited to 'devel/ruby-rb-inotify/Makefile')
-rw-r--r-- | devel/ruby-rb-inotify/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ruby-rb-inotify/Makefile b/devel/ruby-rb-inotify/Makefile index a19062530b9..1dc1ae8b777 100644 --- a/devel/ruby-rb-inotify/Makefile +++ b/devel/ruby-rb-inotify/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2020/03/08 15:08:37 taca Exp $ +# $NetBSD: Makefile,v 1.3 2021/02/05 17:06:55 taca Exp $ DISTNAME= rb-inotify-0.10.1 -CATEGORIES= sysutils +CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/nex3/rb-inotify @@ -10,5 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=0.5.0:../../devel/ruby-ffi +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |