freebsd-ports/sysutils/rubygem-serverspec/Makefile
Hiroki Tagato 317343bd5f - Update to 2.41.5
- Make portclippy happy

PR:		244996
Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer)
Approved by:	ehaupt (mentor)
Changelog:	https://github.com/mizzy/serverspec/releases/tag/v2.41.5
2020-05-08 10:47:15 +00:00

27 lines
600 B
Makefile

# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
# $FreeBSD$
PORTNAME= serverspec
PORTVERSION= 2.41.5
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.72:sysutils/rubygem-specinfra
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/serverspec-init
.include <bsd.port.mk>