1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/security/rubygem-sshkit/Makefile
2020-03-28 13:24:17 +00:00

24 lines
484 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= sshkit
PORTVERSION= 1.21.0
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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>