aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gsh/Makefile
blob: b5646101f04ca67a24a2b1d0f982e7017db6a184 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>