pkgsrc/devel/ruby-stomp/Makefile
taca 64bb5a5d3a Update ruby-stomp to 1.4.4.
## 1.4.4 20170611

* Merge fix for issue 141.
* Fix broken MatReconnectAttempts
* Attempt to detect mismatched SSL port and params.
* Issue 139, add ssl checks to receive timeout logic.
* Eliminate assert_nothing_raised from tests.
* Add Artemis suport to standard test bed.
* Run JRuby tests more easily.
2017-06-12 15:50:11 +00:00

14 lines
341 B
Makefile

# $NetBSD: Makefile,v 1.10 2017/06/12 15:50:11 taca Exp $
DISTNAME= stomp-1.4.4
CATEGORIES= devel
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://rubygems.org/gems/stomp/
COMMENT= Ruby library for the Stomp protocol
LICENSE= apache-2.0
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"