git: 0e8f3671e89a - main - devel/py-foolscap: Add I2P and TOR options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jun 2022 23:56:38 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0e8f3671e89a72fdbfc4ff62fad620b4bbe83d47
commit 0e8f3671e89a72fdbfc4ff62fad620b4bbe83d47
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-09 23:53:15 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-09 23:53:35 +0000
devel/py-foolscap: Add I2P and TOR options
---
devel/py-foolscap/Makefile | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/devel/py-foolscap/Makefile b/devel/py-foolscap/Makefile
index fff46d072ae8..2e7c48b07e02 100644
--- a/devel/py-foolscap/Makefile
+++ b/devel/py-foolscap/Makefile
@@ -26,4 +26,11 @@ NO_ARCH= yes
TEST_ARGS= discover -s src
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
+OPTIONS_DEFINE= I2P TOR
+I2P_DESC= I2P (Invisible Internet Project) support
+TOR_DESC= Tor support
+
+I2P_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}txi2p-tahoe>=0.3.5:devel/py-txi2p-tahoe@${PY_FLAVOR}
+TOR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}txtorcon>=19.0.0:security/py-txtorcon@${PY_FLAVOR}
+
.include <bsd.port.mk>