ae79577fb5
Changes: https://github.com/brianmario/yajl-ruby/blob/master/CHANGELOG.md https://github.com/brianmario/yajl-ruby/commits/master
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yajl-ruby
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Streaming JSON parsing and encoding library for Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|