summaryrefslogtreecommitdiff
path: root/textproc/ruby-jmespath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-jmespath/Makefile')
-rw-r--r--textproc/ruby-jmespath/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/ruby-jmespath/Makefile b/textproc/ruby-jmespath/Makefile
new file mode 100644
index 00000000000..acbdd6b4c2b
--- /dev/null
+++ b/textproc/ruby-jmespath/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/08/30 14:55:50 taca Exp $
+
+DISTNAME= jmespath-1.4.0
+CATEGORIES= textproc
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/trevorrowe/jmespath.rb
+COMMENT= JMESPath - Ruby Edition
+LICENSE= apache-2.0
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"