48768874f1
## 1.4.8 20181219 * Fix missed merge from 1.4.7 release. * Add global debug output flag to all unit tests.
15 lines
363 B
Makefile
15 lines
363 B
Makefile
# $NetBSD: Makefile,v 1.12 2019/01/20 14:04:54 taca Exp $
|
|
|
|
DISTNAME= stomp-1.4.8
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= imil@NetBSD.org
|
|
HOMEPAGE= https://rubygems.org/gems/stomp/
|
|
COMMENT= Ruby library for the Stomp protocol
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|