blob: a7747c295be796bd27b19c9661cdf100e83758a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.7 2022/08/29 12:35:32 taca Exp $
DISTNAME= serverspec-2.42.0
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://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.72<3:../../sysutils/ruby-specinfra
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|