aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-json/Makefile
blob: 92d9d545a8b7a4392c5e65f0ea40d517f718f8d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	json
PORTVERSION=	2.7.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

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

.include <bsd.port.mk>