blob: 58f69d9fcfd519c351a2b4e07451c2fd4e87b66b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= yajl-ruby
PORTVERSION= 1.4.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Streaming JSON parsing and encoding library for Ruby
WWW= https://github.com/brianmario/yajl-ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
.include <bsd.port.mk>
|