mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
21 lines
503 B
Makefile
21 lines
503 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/security/rubygem-sshkit/Makefile 453496 2017-11-04 22:56:57Z sunpoet $
|
|
|
|
PORTNAME= sshkit
|
|
PORTVERSION= 1.15.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Toolkit for remotely running commands on groups of servers
|
|
|
|
|
|
RUN_DEPENDS= rubygem-net-scp>=1.1.2:ruby/rubygem-net-scp \
|
|
rubygem-net-ssh>=2.8.0:ruby/rubygem-net-ssh
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|