e3545bdac9
2013-12-14 version 0.5.8: * Fixed compatibility with Ruby 2.1.0 * Added :symbolize_keys option to MessagePack.load and Unpacker#initialize
12 lines
294 B
Makefile
12 lines
294 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/12/29 06:49:30 obache Exp $
|
|
|
|
DISTNAME= msgpack-0.5.8
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://msgpack.org/
|
|
COMMENT= MessagePack implementation for Ruby
|
|
LICENSE= apache-2.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|