d597a4af31
jmespath.rb An implementation of JMESPath for Ruby. This implementation supports searching JSON documents as well as native Ruby data structures.
14 lines
336 B
Makefile
14 lines
336 B
Makefile
# $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"
|