pkgsrc/devel/ruby-stomp/Makefile
taca 48768874f1 devel/ruby-stomp: update to 1.4.8
## 1.4.8 20181219

* Fix missed merge from 1.4.7 release.
* Add global debug output flag to all unit tests.
2019-01-20 14:04:54 +00:00

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"