mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add rubygem-oj310 3.10.18
- Add PORTSCOUT
This commit is contained in:
parent
6a3150483b
commit
9a134dda9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563291
@ -6337,6 +6337,7 @@
|
||||
SUBDIR += rubygem-oci
|
||||
SUBDIR += rubygem-octopress-hooks
|
||||
SUBDIR += rubygem-oj
|
||||
SUBDIR += rubygem-oj310
|
||||
SUBDIR += rubygem-omniauth_crowd
|
||||
SUBDIR += rubygem-open3
|
||||
SUBDIR += rubygem-open3_backport
|
||||
|
21
devel/rubygem-oj310/Makefile
Normal file
21
devel/rubygem-oj310/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= oj
|
||||
PORTVERSION= 3.10.18
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 310
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Fast JSON parser and serializer
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
PORTSCOUT= limit:^3\.10\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-oj310/distinfo
Normal file
3
devel/rubygem-oj310/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1609599001
|
||||
SHA256 (rubygem/oj-3.10.18.gem) = 7c0d52efa744603585d17a06145a1dbd0e6b492e76e3861d2dc20feb1b24d2d5
|
||||
SIZE (rubygem/oj-3.10.18.gem) = 205824
|
3
devel/rubygem-oj310/pkg-descr
Normal file
3
devel/rubygem-oj310/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
The fastest JSON parser and object serializer.
|
||||
|
||||
WWW: http://www.ohler.com/oj/
|
Loading…
Reference in New Issue
Block a user