aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-json/Makefile
blob: 7dac491a50931f35ad1ec0e0ca77fc0018eef894 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>

PORTNAME=	json
PORTVERSION=	2.3.1
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>