devel/py-botocore: Add CRT option

This commit is contained in:
Po-Chuan Hsieh 2023-04-10 04:51:56 +08:00
parent e2a9f31e01
commit c06c96b2f4
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -22,4 +22,9 @@ USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
OPTION_DEFINE= CRT
CRT_DESC= Common runtime support
CRT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.16.9:devel/py-awscrt@${PY_FLAVOR}
.include <bsd.port.mk>