ports/sysutils/eksctl/Makefile
Danilo Egea Gondolfo 0f47685c40 - Update to 0.1.35
2019-06-07 20:57:07 +00:00

31 lines
691 B
Makefile

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
# $FreeBSD$
PORTNAME= eksctl
PORTVERSION= 0.1.35
CATEGORIES= sysutils
MAINTAINER= danilo@FreeBSD.org
COMMENT= CLI for Amazon EKS
LICENSE= APACHE20
RUN_DEPENDS= kubectl:sysutils/kubectl \
aws-iam-authenticator:security/aws-iam-authenticator
USES= go
PORTSCOUT= limit:^[0-9\.]*$$
USE_GITHUB= yes
GH_ACCOUNT= weaveworks
PLIST_FILES= bin/${PORTNAME}
GO_PKGNAME= github.com/weaveworks/${PORTNAME}
GO_TARGET= ${GO_PKGNAME}/cmd/${PORTNAME}
GO_BUILDFLAGS= -ldflags="-X github.com/weaveworks/eksctl/pkg/version.gitCommit=${PORTVERSION} \
-X github.com/weaveworks/eksctl/pkg/version.builtAt=$$(date +'%s')"
.include <bsd.port.mk>