Files
rsadowski e0235d7f2a Split awscli into v1 and v2
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
2025-09-25 10:55:07 +00:00

6 lines
81 B
Makefile

SUBDIR =
SUBDIR += v1
SUBDIR += v2
.include <bsd.port.subdir.mk>