ports/net/ruby-stomp/Makefile

21 lines
362 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = Streaming Text Orientated Messaging Protocol (STOMP) client
DISTNAME = stomp-1.4.10
EPOCH = 0
CATEGORIES = net
HOMEPAGE = https://github.com/stompgem/stomp
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
MODRUBY_TEST = rspec3
.include <bsd.port.mk>