mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
7e5aa2085f
PR: 276530
22 lines
540 B
Makefile
22 lines
540 B
Makefile
PORTNAME= aws-iam-authenticator
|
|
PORTVERSION= 0.6.17
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Use AWS IAM credentials to authenticate to a Kubernetes cluster
|
|
WWW= https://github.com/kubernetes-sigs/aws-iam-authenticator
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= go: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}"
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|