freebsd-ports/sysutils/rubygem-serverspec/Makefile
Steve Wills 23e06fa4d2 sysutils/rubygem-serverspec: create port
Serverspec tests your servers' actual state by executing command local,
via SSH, via WinRM, via Docker API and so on.
So you don't need to install any agent software on your serves
and can use any configuration management tools,
Puppet, Ansible, CFEngine, Itamae and so on.

WWW: https://serverspec.org

PR:		219978
Submitted by:	naito.yuichiro@gmail.com
2017-07-08 02:56:12 +00:00

26 lines
599 B
Makefile

# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
# $FreeBSD$
PORTNAME= serverspec
PORTVERSION= 2.39.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= naito.yuichiro@gmail.com
COMMENT= Test suite for server configuration
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json \
rubygem-rspec>=3.0:devel/rubygem-rspec \
rubygem-rspec-its>=1.2.0:devel/rubygem-rspec-its \
rubygem-specinfra>=2.53:sysutils/rubygem-specinfra
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/serverspec-init
.include <bsd.port.mk>