20 lines
356 B
Makefile
20 lines
356 B
Makefile
|
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>
|