aboutsummaryrefslogtreecommitdiff
path: root/dns/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-03-01 01:42:27 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-03-01 01:45:18 +0000
commit6832a88f6df8eedfdc0a3297885e0d355e123bc0 (patch)
treed828ec9c4be27e7b58f748c46754fd0ad63f2594 /dns/Makefile
parent42822fed9344bf6690145cf44fbf4ab954330162 (diff)
downloadports-6832a88f6df8eedfdc0a3297885e0d355e123bc0.tar.gz
ports-6832a88f6df8eedfdc0a3297885e0d355e123bc0.zip
dns/py-dnspython1: New port
This port is copied from dns/py-dnspython. Assign to original author. This port is created to streamline the updated version of 2.x release for using with other ports. dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records. This is 1.x version of the port which supports python 2.7 WWW: http://www.dnspython.org/
Diffstat (limited to 'dns/Makefile')
-rw-r--r--dns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 58f59b673354..db2eeb488716 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -185,6 +185,7 @@
SUBDIR += py-dns-crawler
SUBDIR += py-dns-lexicon
SUBDIR += py-dnspython
+ SUBDIR += py-dnspython1
SUBDIR += py-dnspython2
SUBDIR += py-easyzone
SUBDIR += py-idna