pkgsrc/sysutils/ruby-serverspec/Makefile
taca 9b535759a4 Add ruby-serverspec package version 2.39.1.
RSpec tests for your servers configured by Puppet, Chef or anything else.
You can see the details of serverspec on serverspec.org.
2017-06-10 16:40:39 +00:00

19 lines
645 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/06/10 16:40:39 taca Exp $
DISTNAME= serverspec-2.39.1
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://serverspec.org/
COMMENT= RSpec tests for your servers configured by Puppet and more
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=3.0<4:../../devel/ruby-rspec
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-its>=0:../../devel/ruby-rspec-its
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=0:../../textproc/ruby-multi_json
DEPENDS+= ${RUBY_PKGPREFIX}-specinfra>=2.68<3:../../sysutils/ruby-specinfra
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"