pkgsrc/devel/ruby-stomp/Makefile
taca f5c200fcb9 Update ruby-stomp to 1.2.9.
== 1.2.9 20130328

* Refactoring and documentation updates (glennr)
* Fix test encoding for Ruby 2.0+
* Fixes to tests due to :suppress_content_length fix
* Issue #50 Stomp::Client reconnects fail
* Correctly honor :suppress_content_length with 1.1 (JP Hastings-Spital)
* Fix reference to client.publish rather than client.send (JP Hastings-Spital)
2013-06-16 16:37:08 +00:00

12 lines
301 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/06/16 16:37:08 taca Exp $
DISTNAME= stomp-1.2.9
CATEGORIES= devel
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://rubygems.org/gems/stomp/
COMMENT= Ruby library for the Stomp protocol
LICENSE= apache-2.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"