opnsense-ports/security/rubygem-sshkit/Makefile
Franco Fichtner a9432663d5 */*: sync with upstream
Taken from: HardenedBSD
2018-05-22 08:51:30 +02:00

22 lines
483 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= sshkit
PORTVERSION= 1.16.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for remotely running commands on groups of servers
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-net-scp>=1.1.2:security/rubygem-net-scp \
rubygem-net-ssh>=2.8.0:security/rubygem-net-ssh
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>