freebsd-ports/net-mgmt/py-dnsdiag/Makefile

22 lines
544 B
Makefile
Raw Normal View History

# 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
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cymruwhois>=1.6:net/py-cymruwhois@${FLAVOR}
USES= python:3.3+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>