3472ee778a
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
12 lines
299 B
Makefile
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"
|