82140e092f
2015-05-26 version 0.6.0: * Added support for Binary types * Fixed to encode/decode between Binary types and ASCII-8BIT Ruby String objects 2015-05-21 version 0.5.12: * Added support for JRuby 9K. * Added a benchmarking suite. * Fixed a bug in the handling of options given to MessagePack.unpack in JRuby.
12 lines
298 B
Makefile
12 lines
298 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/06/04 14:15:23 taca Exp $
|
|
|
|
DISTNAME= msgpack-0.6.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|