openbsd-ports/converters/ruby-multi_json/Makefile
jeremy 4ef648d60d Import ruby-multi-json 1.0.3, a Rails 3.1 dependency
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.

MultiJSON tries to have intelligent defaulting. That is, if you have any
of the supported engines already loaded, it will utilize them before
attempting to load any. When loading, libraries are ordered by speed.
First Yajl-Ruby, then the JSON gem, then JSON pure. If no JSON library
is available, MultiJSON falls back to a bundled version of OkJson.

OK claudio@
2011-12-13 17:33:30 +00:00

21 lines
431 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/12/13 17:33:30 jeremy Exp $
COMMENT = chooses from multiple available json implementations
DISTNAME = multi_json-1.0.3
CATEGORIES = converters
HOMEPAGE = https://github.com/intridea/multi_json
# MIT License
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>