devel/rubygem-jmespath: create port
Implements JMESPath for Ruby WWW: http://github.com/trevorrowe/jmespath.rb
This commit is contained in:
parent
88919cdee9
commit
a754c30351
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389127
4 changed files with 23 additions and 0 deletions
|
@ -4597,6 +4597,7 @@
|
|||
SUBDIR += rubygem-jbuilder
|
||||
SUBDIR += rubygem-jekyll-coffeescript
|
||||
SUBDIR += rubygem-jeweler
|
||||
SUBDIR += rubygem-jmespath
|
||||
SUBDIR += rubygem-jquery-ui-themes
|
||||
SUBDIR += rubygem-jruby-jars
|
||||
SUBDIR += rubygem-json
|
||||
|
|
17
devel/rubygem-jmespath/Makefile
Normal file
17
devel/rubygem-jmespath/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jmespath
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= JMESPath for Ruby
|
||||
|
||||
RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST=yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-jmespath/distinfo
Normal file
2
devel/rubygem-jmespath/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/jmespath-1.0.2.gem) = 4ef14f0a8ecd32e13239fb9b0f9a0eeb941156c0dbd0c3a43f83264b0f9abe3e
|
||||
SIZE (rubygem/jmespath-1.0.2.gem) = 15360
|
3
devel/rubygem-jmespath/pkg-descr
Normal file
3
devel/rubygem-jmespath/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Implements JMESPath for Ruby
|
||||
|
||||
WWW: http://github.com/trevorrowe/jmespath.rb
|
Loading…
Reference in a new issue