devel/rubygem-jmespath: create port

Implements JMESPath for Ruby

WWW: http://github.com/trevorrowe/jmespath.rb
This commit is contained in:
Steve Wills 2015-06-10 19:12:19 +00:00
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

View file

@ -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

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/jmespath-1.0.2.gem) = 4ef14f0a8ecd32e13239fb9b0f9a0eeb941156c0dbd0c3a43f83264b0f9abe3e
SIZE (rubygem/jmespath-1.0.2.gem) = 15360

View file

@ -0,0 +1,3 @@
Implements JMESPath for Ruby
WWW: http://github.com/trevorrowe/jmespath.rb