pkgsrc/devel/ruby-stomp/Makefile
taca 4dcfd3339e devel/ruby-stomp: update to 1.4.9
Update ruby-stomp to 1.4.9.

## 1.4.9 20191116

* More debugging messages in netio.rb.
* Test workaround for Artemis-2289.
* New put and get examples.
* Fix issue #160.
* Address issue #155.
* Suppress SSL stacktrace to stdout.
* Example logger enhancements.
* Optional STOMP frame in examples.
2020-01-16 16:02:07 +00:00

15 lines
364 B
Makefile

# $NetBSD: Makefile,v 1.14 2020/01/16 16:02:07 taca Exp $
DISTNAME= stomp-1.4.9
CATEGORIES= devel
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://rubygems.org/gems/stomp/
COMMENT= Ruby library for the Stomp protocol
LICENSE= apache-2.0
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"