summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-02-05 17:06:55 +0000
committertaca <taca@pkgsrc.org>2021-02-05 17:06:55 +0000
commit465b0a0315027e9eab38b07b7b474b244a18519b (patch)
tree25fc56508ded8ee7f0d6de46930c97ba6e12e213
parentd5a6f1dbb884345b1f64e31e6290dfd78ce1b6a8 (diff)
downloadpkgsrc-465b0a0315027e9eab38b07b7b474b244a18519b.tar.gz
devel/ruby-rb-inotify: reduce pkglint warning
* Fix CATEGORIES. * Add "USE_LANGUAGES= # none".
-rw-r--r--devel/ruby-rb-inotify/Makefile6
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"