dns/dnsviz: fix dependencies
- exact dependencies are listed in https://github.com/dnsviz/dnsviz/blob/master/README.md#dependencies Submitted by: Casey Deccio <casey@deccio.net>
This commit is contained in:
parent
8dc8527ccf
commit
9684e08c7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413690
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ COMMENT= Analysis and visualization of DNS/DNSSEC behavior
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.0:graphics/py-pygraphviz \
|
||||
${PYTHON_PKGNAMEPREFIX}m2crypto>0:security/py-m2crypto \
|
||||
${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.1:graphics/py-pygraphviz \
|
||||
${PYTHON_PKGNAMEPREFIX}m2crypto>0.24.0:security/py-m2crypto \
|
||||
${PYTHON_PKGNAMEPREFIX}dnspython>1.11.0:dns/py-dnspython
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
|
Loading…
Reference in a new issue