blob: bb14f0cc59a690c4e5820d30d9ffbf5127e83cbc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= json
PORTVERSION= 1.8.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= ruby@FreeBSD.org
COMMENT= Parse JSON texts and generate them from ruby data structures
WWW= https://flori.github.io/json/
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
USES= gem
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>
|