18 lines
337 B
Makefile
18 lines
337 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/05/13 12:09:25 jasper Exp $
|
|
|
|
COMMENT = Streaming Text Orientated Messaging Protocol (STOMP) client
|
|
|
|
DISTNAME = stomp-1.2.9
|
|
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>
|