1PORTNAME= aws-iam-authenticator 2PORTVERSION= 0.7.2 3DISTVERSIONPREFIX= v 4CATEGORIES= security 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Use AWS IAM credentials to authenticate to a Kubernetes cluster 8WWW= https://github.com/kubernetes-sigs/aws-iam-authenticator 9 10LICENSE= Apache-2.0 11 12USES= go:1.24,modules 13 14GO_MODULE= github.com/kubernetes-sigs/${PORTNAME} 15GO_TARGET= ./cmd/${PORTNAME} 16GO_BUILDFLAGS= -ldflags="-X sigs.k8s.io/aws-iam-authenticator/pkg.Version=${PORTVERSION}" 17 18NO_TEST= yes 19 20PLIST_FILES= bin/${PORTNAME} 21 22.include <bsd.port.mk> 23