18 lines
336 B
Makefile
18 lines
336 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:35:56 espie Exp $
|
|
|
|
COMMENT = Streaming Text Orientated Messaging Protocol (STOMP) client
|
|
|
|
DISTNAME = stomp-1.2.8
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://github.com/stompgem/stomp
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|