a3466294c5
- Update LICENSE Changes: https://github.com/flori/json/blob/v1.8/CHANGES
21 lines
377 B
Makefile
21 lines
377 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PORTSCOUT= limit:^1\.
|
|
|
|
.include <bsd.port.mk>
|