summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/py-python3-openid/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/py-python3-openid/Makefile b/security/py-python3-openid/Makefile
index d16770c65dd1..aff81b3a4017 100644
--- a/security/py-python3-openid/Makefile
+++ b/security/py-python3-openid/Makefile
@@ -20,4 +20,11 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+OPTIONS_DEFINE= MYSQL POSTGRESQL
+MYSQL_DESC= MySQL support
+POSTGRESQL_DESC=PostgreSQL support
+
+MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mysql-connector-python>=0:databases/py-mysql-connector-python@${PY_FLAVOR}
+POSTGRESQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2@${PY_FLAVOR}
+
.include <bsd.port.mk>