Collection. An implementation of the Stomp protocol for Ruby. STOMP is the Simple (or Streaming) Text Orientated Messaging Protocol. STOMP provides an interoperable wire format so that STOMP clients can communicate with any STOMP message broker to provide easy and widespread messaging interoperability among many languages, platforms and brokers.
12 lines
301 B
Makefile
12 lines
301 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/08/11 06:56:14 imil Exp $
|
|
|
|
DISTNAME= stomp-1.2.5
|
|
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"
|