c76ab4665e
2.82.23 (2021-01-13) * windows: fix version detection when multiple gem is installed 2.82.22 (2020-10-23) * update is_port_listening.ps1 2.82.21 (2020-10-11) * Add: Services check for Homebrew 2.82.20 (2020-10-10) * ss: fix local_address format for IPv6. * Windows: fix wrong gem version detection
16 lines
408 B
Makefile
16 lines
408 B
Makefile
# $NetBSD: Makefile,v 1.10 2021/01/14 14:32:18 taca Exp $
|
|
|
|
DISTNAME= specinfra-2.82.23
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/mizzy/specinfra
|
|
COMMENT= Common layer for serverspec and itamae
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-net-scp>=0:../../security/ruby-net-scp
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|