pkgsrc/devel/ruby-protobuf-cucumber/Makefile
taca f2ee8f9be5 devel/ruby-protobuf-cucumber: add version 3.10.4 package
Add ruby-protobuf-cucumber version 3.10.4 package.

# protobuf

Protobuf is an implementation of [Google's protocol buffers][google-pb] in
ruby, version 2.5.0 is currently supported.
2020-01-18 16:14:51 +00:00

21 lines
674 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/18 16:14:51 taca Exp $
DISTNAME= protobuf-cucumber-3.10.4
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/localshred/protobuf
COMMENT= Google Protocol Buffers serialization and RPC implementation
LICENSE= mit
DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-middleware>=0:../../devel/ruby-middleware
DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0:../../devel/ruby-thor
DEPENDS+= ${RUBY_PKGPREFIX}-thread_safe>=0:../../misc/ruby-thread_safe
RUBY_RAILS_ACCEPTED= # yes
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"