mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
e0b379fa6f
Approved by: portmgr (blanket)
26 lines
594 B
Makefile
26 lines
594 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dnsviz
|
|
PORTVERSION= 0.6.5
|
|
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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|