mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/py-django-tasks: Add MYSQL and POSTGRES options
This commit is contained in:
parent
cf8f51dc7d
commit
36df0d9b31
1 changed files with 6 additions and 0 deletions
|
@ -23,4 +23,10 @@ USE_PYTHON= autoplist concurrent pep517
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= MYSQL POSTGRES
|
||||
POSTGRES_DESC= PostgreSQL database support
|
||||
|
||||
MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mysqlclient>=0:databases/py-mysqlclient@${PY_FLAVOR}
|
||||
POSTGRES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg>=0:databases/py-psycopg@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue