freebsd-ports/devel/rubygem-json_pure/Makefile
Sunpoet Po-Chuan Hsieh cbd3a15a53 Update to 2.3.1
- Add LICENSE_FILE

Changes:	https://github.com/flori/json/blob/master/CHANGES.md
2020-08-23 19:44:16 +00:00

21 lines
396 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= json_pure
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 in Ruby
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>