git: c06c96b2f4bb - main - devel/py-botocore: Add CRT option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 20:52:00 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c06c96b2f4bb5550af75978e2a66bdb96e08914e commit c06c96b2f4bb5550af75978e2a66bdb96e08914e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 20:51:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 20:51:56 +0000 devel/py-botocore: Add CRT option --- devel/py-botocore/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile index 50b68f36c4d2..22b3999b87af 100644 --- a/devel/py-botocore/Makefile +++ b/devel/py-botocore/Makefile @@ -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>