summaryrefslogtreecommitdiff
path: root/textproc/ruby-jmespath/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-08-30 14:55:50 +0000
committertaca <taca@pkgsrc.org>2021-08-30 14:55:50 +0000
commitfbcebdcd93ed37ffa58de12bf355ea46da72c760 (patch)
tree19c62022ad6aad8f4f5071df106b30c0b9f36859 /textproc/ruby-jmespath/Makefile
parent9f907fbb2e5028f395eea58cc2b577519267c2d1 (diff)
downloadpkgsrc-fbcebdcd93ed37ffa58de12bf355ea46da72c760.tar.gz
textproc/ruby-jmespath: add package version 1.4.0
jmespath.rb An implementation of JMESPath for Ruby. This implementation supports searching JSON documents as well as native Ruby data structures.
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"