1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

dns/dnsviz: add missing dependency, set NO_ARCH

Submitted by:	Casey Deccio <casey@deccio.net>
This commit is contained in:
Kurt Jaeger 2019-02-12 04:30:39 +00:00
parent 1f10ca44d7
commit a256865633
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492749

View File

@ -2,6 +2,7 @@
PORTNAME= dnsviz
PORTVERSION= 0.8.1
PORTREVISION= 1
DISTVERSIONPREFIX=v
CATEGORIES= dns
@ -12,12 +13,14 @@ LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.1:graphics/py-pygraphviz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}m2crypto>=0.24.0:security/py-m2crypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dnspython>=1.11.0:dns/py-dnspython@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}dnspython>=1.11.0:dns/py-dnspython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libnacl>=1.5.2:security/py-libnacl@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils concurrent optsuffix
USE_GITHUB= yes
PYDISTUTILS_INSTALLNOSINGLE= yes
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py