freebsd-ports/security/rubygem-sshkit/Makefile
2015-03-05 17:28:22 +00: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>