aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-sshkit/Makefile
blob: c0fb6b4f9b9a9195b3aa29751911f46ed9aec074 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   sshkit
PORTVERSION=    1.10.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

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>