mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
4c65b332af
The gsh program is a command line program used to run commands on multiple remote host computers in parallel. The gsh program has few dependencies, requiring Perl and the OpenSSH client software to work. PR: 210755 Submitted by: jsmith@resonatingmedia.com Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9002
24 lines
383 B
Makefile
24 lines
383 B
Makefile
# Created by: <jsmith@resonatingmedia.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gsh
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jsmith@resonatingmedia.com
|
|
COMMENT= Program to run commands on multiple remote hosts
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kees
|
|
GH_TAGNAME= f0635b7
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
ETCDIR= ${PREFIX}/etc
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|