aboutsummaryrefslogblamecommitdiff
path: root/security/rubygem-sshkit/Makefile
blob: ba4d906d44c4a4cce1ce07049eff3565c7960803 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                          

                      
                      





                                                                          
                   
                                    
 

                                                                 
 
                   


                   

                      
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

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