18 lines
342 B
Makefile
18 lines
342 B
Makefile
PORTNAME= json_pure
|
|
PORTVERSION= 1.8.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Parse JSON texts and generate them from ruby data structures in Ruby
|
|
WWW= https://flori.github.io/json/
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|