30a3cc88dc
2015-07-22 version 0.6.2: * Fix release workflow: Ruby 2.1 and 2.2 are supported for Windows (2.0 is omitted) * Fix to encode symbols along its encoding * Fix segmentation fault in minor case 2015-07-01 version 0.6.1: * Added :compatibility_mode option to Packer#initialize. Default is false. If it is set to true, str8 format and bin format family will not be used.
12 lines
298 B
Makefile
12 lines
298 B
Makefile
# $NetBSD: Makefile,v 1.9 2015/09/13 10:18:35 taca Exp $
|
|
|
|
DISTNAME= msgpack-0.6.2
|
|
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"
|