git: 602e197ad857 - main - databases/py-pgxnclient: Add missing BUILD_DEPENDS
Li-Wen Hsu
lwhsu at FreeBSD.org
Tue Jul 27 13:41:22 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=602e197ad85743f51781db3729075f997a2d4edf
commit 602e197ad85743f51781db3729075f997a2d4edf
Author: Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-07-27 13:41:17 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-07-27 13:41:17 +0000
databases/py-pgxnclient: Add missing BUILD_DEPENDS
---
databases/py-pgxnclient/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/databases/py-pgxnclient/Makefile b/databases/py-pgxnclient/Makefile
index 5a31ae937efa..555c32a303af 100644
--- a/databases/py-pgxnclient/Makefile
+++ b/databases/py-pgxnclient/Makefile
@@ -11,6 +11,10 @@ COMMENT= Command line tool to interact with the PostgreSQL Extension Network
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
USES= python shebangfix
USE_PYTHON= autoplist concurrent distutils optsuffix
SHEBANG_FILES= pgxnclient/libexec/pgxn-*
More information about the dev-commits-ports-all
mailing list