diff options
| author | taca <taca@pkgsrc.org> | 2021-08-30 14:55:50 +0000 |
|---|---|---|
| committer | taca <taca@pkgsrc.org> | 2021-08-30 14:55:50 +0000 |
| commit | fbcebdcd93ed37ffa58de12bf355ea46da72c760 (patch) | |
| tree | 19c62022ad6aad8f4f5071df106b30c0b9f36859 /textproc/ruby-jmespath/Makefile | |
| parent | 9f907fbb2e5028f395eea58cc2b577519267c2d1 (diff) | |
| download | pkgsrc-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/Makefile | 14 |
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" |
