forked from Lainports/freebsd-ports
23 lines
590 B
Makefile
23 lines
590 B
Makefile
PORTNAME= sshkit
|
|
PORTVERSION= 1.22.1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Toolkit for remotely running commands on groups of servers
|
|
WWW= https://github.com/capistrano/sshkit
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-base64>=0:converters/rubygem-base64 \
|
|
rubygem-mutex_m>=0:devel/rubygem-mutex_m \
|
|
rubygem-net-scp>=1.1.2:security/rubygem-net-scp \
|
|
rubygem-net-sftp>=2.1.2:security/rubygem-net-sftp \
|
|
rubygem-net-ssh>=2.8.0,2:security/rubygem-net-ssh
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|