PORTNAME= aws-iam-authenticator PORTVERSION= 0.7.2 DISTVERSIONPREFIX= v CATEGORIES= security MAINTAINER= ports@MidnightBSD.org COMMENT= Use AWS IAM credentials to authenticate to a Kubernetes cluster WWW= https://github.com/kubernetes-sigs/aws-iam-authenticator LICENSE= Apache-2.0 USES= go:1.24,modules GO_MODULE= github.com/kubernetes-sigs/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-X sigs.k8s.io/aws-iam-authenticator/pkg.Version=${PORTVERSION}" NO_TEST= yes PLIST_FILES= bin/${PORTNAME} .include