diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2021-10-07 20:59:12 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2021-10-07 20:59:12 +0000 |
commit | 46ce9a1b7fd9447aa59aebf1984846e8c8729192 (patch) | |
tree | cf1ba0115af9e0c0fb0fdbd35e85be68b757711e | |
parent | 98a1ae68be1ef3afbc5a7c077a3fbcbfca5c821a (diff) | |
download | ports-46ce9a1b7fd9447aa59aebf1984846e8c8729192.tar.gz ports-46ce9a1b7fd9447aa59aebf1984846e8c8729192.zip |
dns/py-namebench: chase r559531, mark broken
PR: 256826 (based on)
Reported by: tech-lists@zyxst.net
-rw-r--r-- | dns/py-namebench/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/py-namebench/Makefile b/dns/py-namebench/Makefile index 649cc3db98e5..5c26a2379e6e 100644 --- a/dns/py-namebench/Makefile +++ b/dns/py-namebench/Makefile @@ -14,6 +14,8 @@ COMMENT= Open Source DNS benchmark utility LICENSE= APACHE20 +BROKEN= incompatible with Python 3 + RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5.5:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}graphy>=1.0:graphics/py-graphy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython@${PY_FLAVOR} \ |