22 lines
557 B
Makefile
22 lines
557 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sshkit
|
|
PORTVERSION= 1.3.0
|
|
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-net-scp>=1.1.2:${PORTSDIR}/security/rubygem-net-scp \
|
|
rubygem-net-ssh>=0:${PORTSDIR}/security/rubygem-net-ssh \
|
|
rubygem-term-ansicolor>=0:${PORTSDIR}/devel/rubygem-term-ansicolor
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|