mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
19 lines
409 B
Makefile
19 lines
409 B
Makefile
PORTNAME= chaoskube
|
|
PORTVERSION= 0.34.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= dutra@FreeBSD.org
|
|
COMMENT= Chaoskube periodically kills random pods in your Kubernetes cluster
|
|
WWW= https://github.com/linki/chaoskube
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:1.22,modules
|
|
GO_MODULE= github.com/linki/chaoskube
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|