Changes: https://github.com/flori/json/blob/master/CHANGES.md https://github.com/flori/json/commits/master
17 lines
325 B
Makefile
17 lines
325 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
PORTNAME= json
|
|
PORTVERSION= 2.6.2
|
|
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
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|