pkgsrc/devel/ruby-msgpack/Makefile
taca 3472ee778a Update ruby-msgpack to 1.1.0.
2017-02-28 version 1.1.0:

* Fix the extention type handling to accept modules in addition to classes

2017-01-24 version 1.0.3:

* Support Ruby 2.4
2017-03-12 14:40:53 +00:00

12 lines
299 B
Makefile

# $NetBSD: Makefile,v 1.15 2017/03/12 14:40:53 taca Exp $
DISTNAME= msgpack-1.1.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"