openbsd-ports/net/ruby-stomp/Makefile
2011-01-06 04:24:22 +00:00

24 lines
476 B
Makefile

# $OpenBSD: Makefile,v 1.6 2011/01/06 04:24:24 jeremy Exp $
COMMENT = streaming text orientated messaging protocol ruby client
DISTNAME = stomp-1.1
REVISION = 3
CATEGORIES = net
HOMEPAGE = http://stomp.codehaus.org/Ruby
MAINTAINER = Mathieu Sauve-Frankel <msf@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>