diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-08-18 05:43:38 +0800 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-08-18 05:43:38 +0800 |
commit | 03ac5dc93afe00a05032dabe6dbecd060a26d3dc (patch) | |
tree | 679bc461b7e06299758eb1a711405449b6422a28 /sysutils/Makefile | |
parent | 071682e2de9db76bd1c86798f8cbafd976a8ce4c (diff) | |
download | freebsd-ports-gnome-03ac5dc93afe00a05032dabe6dbecd060a26d3dc.tar.gz freebsd-ports-gnome-03ac5dc93afe00a05032dabe6dbecd060a26d3dc.tar.zst freebsd-ports-gnome-03ac5dc93afe00a05032dabe6dbecd060a26d3dc.zip |
- New port: sysutils/eksctl
eksctl is a simple CLI tool for creating clusters on EKS - Amazon's
new managed Kubernetes service for EC2. It is written in Go,
and based on Amazon's official CloudFormation templates.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 100a9737dfa4..2d38bc603576 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -300,6 +300,7 @@ SUBDIR += ec2-scripts SUBDIR += edid-decode SUBDIR += eject + SUBDIR += eksctl SUBDIR += endian SUBDIR += enteruser SUBDIR += entr |