devel/rubygem-oj: create port

The fastest JSON parser and object serializer.

WWW: http://www.ohler.com/oj
This commit is contained in:
Steve Wills 2014-10-09 20:51:25 +00:00
parent 3de66e5d5b
commit 8c196835da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370558
4 changed files with 22 additions and 0 deletions

View File

@ -4452,6 +4452,7 @@
SUBDIR += rubygem-nori
SUBDIR += rubygem-notify
SUBDIR += rubygem-nprogress-rails
SUBDIR += rubygem-oj
SUBDIR += rubygem-open3_backport
SUBDIR += rubygem-open4
SUBDIR += rubygem-orm_adapter

16
devel/rubygem-oj/Makefile Normal file
View File

@ -0,0 +1,16 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= oj
PORTVERSION= 2.10.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast JSON parser and serializer
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/oj-2.10.3.gem) = f3162887def6a22e8cca4ce21a809e1607ec689da3de7ffd2929f5db2b6a5a98
SIZE (rubygem/oj-2.10.3.gem) = 105472

View File

@ -0,0 +1,3 @@
The fastest JSON parser and object serializer.
WWW: http://www.ohler.com/oj