MultiJSON Lots of Ruby libraries utilize JSON parsing in some form, and everyone has their favorite JSON library. In order to best support multiple JSON parsers and libraries, multi_json is a general-purpose swappable JSON backend library.
12 lines
331 B
Makefile
12 lines
331 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/12/16 12:38:43 taca Exp $
|
|
|
|
DISTNAME= multi_json-1.0.4
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-userse@NetBSD.org
|
|
HOMEPAGE= http://github.com/intridea/multi_json
|
|
COMMENT= general-purpose swappable JSON backend library
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|