git: 96a270eed9a4 - main - security/py-google-auth: Add PYOPENSSL and REAUTH options
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Apr 29 14:36:46 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=96a270eed9a4b6b236a8fadd804e6324d5fdede5
commit 96a270eed9a4b6b236a8fadd804e6324d5fdede5
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-29 14:17:45 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-29 14:24:04 +0000
security/py-google-auth: Add PYOPENSSL and REAUTH options
---
security/py-google-auth/Makefile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile
index 8bb005f39acb..1d80b3b744e3 100644
--- a/security/py-google-auth/Makefile
+++ b/security/py-google-auth/Makefile
@@ -22,10 +22,14 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-OPTIONS_DEFINE= AIOHTTP
+OPTIONS_DEFINE= AIOHTTP PYOPENSSL REAUTH
OPTIONS_DEFAULT=AIOHTTP
AIOHTTP_DESC= Use aiohttp
+PYOPENSSL_DESC= OpenSSL support
+REAUTH_DESC= Reauth support
AIOHTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6.2<4.0.0:www/py-aiohttp@${PY_FLAVOR}
+PYOPENSSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=20.0.0:security/py-openssl@${PY_FLAVOR}
+REAUTH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyu2f>=0.1.5:net/py-pyu2f@${PY_FLAVOR}
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list