23 lines
431 B
Makefile
23 lines
431 B
Makefile
# $OpenBSD: Makefile,v 1.26 2019/01/02 12:53:27 sebastia Exp $
|
|
|
|
COMMENT = Streaming Text Orientated Messaging Protocol (STOMP) client
|
|
|
|
DISTNAME = stomp-1.4.8
|
|
EPOCH = 0
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://github.com/stompgem/stomp
|
|
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
MODRUBY_TEST = rspec3
|
|
|
|
.include <bsd.port.mk>
|