pkgsrc/devel/ruby-stomp/Makefile

16 lines
363 B
Makefile
Raw Normal View History

# $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"