37ef984088
This gem is a C binding to the excellent YAJL JSON parsing and generation library.
12 lines
322 B
Makefile
12 lines
322 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/02/06 14:27:30 fhajny Exp $
|
|
|
|
DISTNAME= yajl-ruby-1.1.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/brianmario/yajl-ruby
|
|
COMMENT= Ruby C binding to YAJL JSON library
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|