15 lines
303 B
Makefile
15 lines
303 B
Makefile
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>
|