mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
23 lines
371 B
Makefile
23 lines
371 B
Makefile
# Created by: <jsmith@resonatingmedia.com>
|
|
|
|
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>
|