f6b5fa828a
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).
12 lines
310 B
Makefile
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"
|