summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-07-02 14:28:58 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-07-02 14:28:58 +0000
commit9fbb2ea85aed4b1a813311d7cd0011c2807952f4 (patch)
treedbbfc22eb8d9e13bd295789f3cab10df6c378558 /databases
parentAdd databases/py-pgdbconn, Object-oriented layer over Psycopg2 to (diff)
Fix runtime.
Sponsored by: Absolight
Diffstat (limited to 'databases')
-rw-r--r--databases/py-Pyrseas/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-Pyrseas/Makefile b/databases/py-Pyrseas/Makefile
index 5d192d5edf91..f96d809d79f0 100644
--- a/databases/py-Pyrseas/Makefile
+++ b/databases/py-Pyrseas/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Pyrseas
PORTVERSION= 0.8.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +14,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5:databases/py-psycopg2@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pgdbconn>=0.8:databases/py-pgdbconn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}