2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:35:56 espie Exp $
|
2009-11-22 02:09:48 -05:00
|
|
|
|
2013-02-05 05:31:57 -05:00
|
|
|
COMMENT = Streaming Text Orientated Messaging Protocol (STOMP) client
|
2009-11-22 02:09:48 -05:00
|
|
|
|
2013-02-05 05:31:57 -05:00
|
|
|
DISTNAME = stomp-1.2.8
|
2009-11-22 02:09:48 -05:00
|
|
|
CATEGORIES = net
|
|
|
|
|
2013-02-05 05:31:57 -05:00
|
|
|
HOMEPAGE = https://github.com/stompgem/stomp
|
2009-11-22 02:09:48 -05:00
|
|
|
|
|
|
|
# Apache 2.0
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|