mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
e0235d7f2a
Move sysutils/awscli to sysutils/awscli/v1 and import v2. Both ports received an "@option is-branch" so you will need to select the package version during installation.. Why v2 at all? AWS now only generates v2 key/secret pairs by default. The awscli-2.28.4 port was create by Joel Knight, who also maintains it. Feedback and OK ajacoutot@, merci
6 lines
81 B
Makefile
6 lines
81 B
Makefile
SUBDIR =
|
|
SUBDIR += v1
|
|
SUBDIR += v2
|
|
|
|
.include <bsd.port.subdir.mk>
|