2023-06-04 07:18:08 +00:00
|
|
|
COMMENT= service endpoint configuration per service on profile
|
|
|
|
|
|
2025-09-26 05:04:43 +00:00
|
|
|
MODPY_DISTV= 0.4
|
2024-12-21 11:38:51 +00:00
|
|
|
DISTNAME= awscli-plugin-endpoint-${MODPY_DISTV}
|
2026-03-16 22:28:25 +00:00
|
|
|
REVISION= 3
|
2023-06-04 07:18:08 +00:00
|
|
|
|
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
|
|
|
|
|
# Apache 2.0
|
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
|
|
|
|
|
|
MODULES= lang/python
|
|
|
|
|
|
|
|
|
|
MODPY_PI= Yes
|
|
|
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
|
|
2025-09-26 05:04:43 +00:00
|
|
|
RUN_DEPENDS= sysutils/awscli/v1
|
2023-06-04 07:18:08 +00:00
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/awscli-plugin-endpoint
|
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.md \
|
|
|
|
|
${PREFIX}/share/doc/awscli-plugin-endpoint
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|