Files
ports/sysutils/waitforssh/Makefile
Jesús Daniel Colmenares Oviedo 01a4df4b18 sysutils/waitforssh: New port: Wait for a target to be up and running using SSH
waitforssh is a lightweight utility, written in POSIX shell, that waits
for a target to be up and running via SSH and, if so, executes a command.
2025-11-09 21:13:11 -04:00

22 lines
407 B
Makefile

PORTNAME= waitforssh
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.1
CATEGORIES= sysutils
MAINTAINER= dtxdf@FreeBSD.org
COMMENT= Wait for a target to be up and running using SSH
WWW= https://github.com/DtxdF/${PORTNAME}
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= DtxdF
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME} \
share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>