* Frame body on Ruby 1.9+ using bytes, not code points String#slice will only use byte slicing if the string is considered to be in ASCII. * Replace broken link with an inline comment * Adds specs to validate 8bit/16bit signed decoding * Adds 8bit signed and 16bit signed integers to table decoder
12 lines
308 B
Makefile
12 lines
308 B
Makefile
# $NetBSD: Makefile,v 1.6 2013/03/12 13:23:25 taca Exp $
|
|
|
|
DISTNAME= amq-protocol-1.2.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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"
|