mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
25 lines
394 B
Makefile
25 lines
394 B
Makefile
COMMENT = cli for Amazon EKS
|
|
|
|
MODGO_MODNAME = github.com/weaveworks/eksctl
|
|
|
|
VERSION = 0.223.0
|
|
MODGO_VERSION = v${VERSION}
|
|
|
|
DISTNAME = eksctl-${VERSION}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://eksctl.io/
|
|
|
|
MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
|
|
|
|
# Apache License 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/go
|
|
|
|
WANTLIB += c pthread
|
|
|
|
.include "modules.inc"
|
|
.include <bsd.port.mk>
|