opnsense-ports/security/rubygem-sshkit/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

22 lines
553 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= sshkit
PORTVERSION= 1.7.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for remotely running commands on groups of servers
LICENSE= GPLv3
RUN_DEPENDS= rubygem-colorize>=0.7.0:${PORTSDIR}/devel/rubygem-colorize \
rubygem-net-scp>=1.1.2:${PORTSDIR}/security/rubygem-net-scp \
rubygem-net-ssh>=2.8.0:${PORTSDIR}/security/rubygem-net-ssh
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>