pkgsrc/net/ruby-amq-protocol/Makefile
taca f6b5fa828a Update ruby-amq-protocol to 2.0.1.
2.0.1

* Support encoding of byte arrays, fixes #58.
* Fix encoding for headers and properties if using nested headers.
* Fix #30 (headers encoding other than ASCII-8BIT).
2016-01-03 07:43:45 +00:00

12 lines
310 B
Makefile

# $NetBSD: Makefile,v 1.12 2016/01/03 07:43:45 taca Exp $
DISTNAME= amq-protocol-2.0.1
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ruby-amqp/amq-protocol
COMMENT= AMQP 0.9.1 encoder & decoder
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"