mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
py-aiopg/Makefile: Add missing dependency
This commit is contained in:
parent
b36ae504f8
commit
e07fae55fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474064
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= aiopg
|
||||
PORTVERSION= 0.14.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,6 +14,8 @@ COMMENT= Python library for accessing PostgreSQL database using asyncio
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.7.0:databases/py-psycopg2@${PY_FLAVOR}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= pgsql:9.2+ python:3.4+
|
||||
|
Loading…
Reference in New Issue
Block a user