This update includes fixes for CVE-2020-10663 [1]. [1] https://www.ruby-lang.org/en/news/2020/03/19/json-dos-cve-2020-10663/ PR: 245023 MFH: 2020Q1 Security: 40194e1c-6d89-11ea-8082-80ee73419af3
19 lines
337 B
Makefile
19 lines
337 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= json
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Parse JSON texts and generate them from ruby data structures
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|