mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
0a61c9eaf6
- fixes minor bugs and introduces key length into graphical output
28 lines
662 B
Makefile
28 lines
662 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dnsviz
|
|
PORTVERSION= 0.6.3
|
|
DISTVERSIONPREFIX=v
|
|
CATEGORIES= dns
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Analysis and visualization of DNS/DNSSEC behavior
|
|
|
|
LICENSE= GPLv2
|
|
|
|
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
|
|
USE_GITHUB= yes
|
|
PYDISTUTILS_INSTALLNOSINGLE= yes
|
|
|
|
BROKEN_FreeBSD_9= dependency py-m2crypto requires OpenSSL 1.0.1e+.
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|