2017-05-03 13:26:26 +02:00
|
|
|
# Created by: Babak Farrokhi <farrokhi@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dnsdiag
|
|
|
|
PORTVERSION= 1.6.3
|
|
|
|
CATEGORIES= net-mgmt python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
|
|
|
COMMENT= DNS Diagnostics and measurement tools (ping, traceroute)
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}cymruwhois>=1.6:net/py-cymruwhois@${FLAVOR}
|
2017-05-03 13:26:26 +02:00
|
|
|
|
|
|
|
USES= python:3.3+
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
.include <bsd.port.mk>
|