pkgsrc/devel/ruby-stomp/Makefile
taca 3fab9eb640 Update ruby-stomp to 1.3.5.
== 1.3.5 20160302

* Add AMQ specific durable topic example.
* Output error to stderr only in logger is undefined.
* Move README changelog lower.
* Handle newline at start of receive buffer.
* Use Timeout::timeout instead of deprecated kernel version.
* If socket open on reconnect, close it before new open.
* On misc_err, make error messages more readable.
* Attempt to support both Rspec 2.14.1+ and 3.x.
2016-03-08 14:51:43 +00:00

17 lines
415 B
Makefile

# $NetBSD: Makefile,v 1.8 2016/03/08 14:51:43 taca Exp $
DISTNAME= stomp-1.3.5
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
pre-configure:
${CHMOD} +x ${WRKSRC}/bin/catstomp ${WRKSRC}/bin/stompcat
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"