Add port for stern.

This commit is contained in:
Tom Alexander
2024-10-05 19:33:00 -04:00
parent 119d368ec2
commit a4e45a7372
3 changed files with 29 additions and 0 deletions

19
sysutils/stern/Makefile Normal file
View File

@@ -0,0 +1,19 @@
PORTNAME= stern
DISTVERSIONPREFIX= v
DISTVERSION= 1.30.0
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi pod and container log tailing for Kubernetes.
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE=github.com/stern/stern
PLIST_FILES= bin/stern
.include <bsd.port.mk>