summaryrefslogtreecommitdiff
path: root/sysutils/chaoskube/Makefile
blob: ff966dc723e2e4d7cd713d7be311df86f3f3cca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	chaoskube
PORTVERSION=	0.32.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>