diff options
author | flz <flz@FreeBSD.org> | 2005-04-15 12:55:22 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-15 12:55:22 +0800 |
commit | f9323a673d922399abd46c90d875fc9d9f4b6acb (patch) | |
tree | 1a0f79fa11c5ff0dde8c2e75e51fac136cb74c2f /dns/Makefile | |
parent | b54258b7dfe93fab1cd35b4483cff9e24a3a5c9f (diff) | |
download | freebsd-ports-gnome-f9323a673d922399abd46c90d875fc9d9f4b6acb.tar.gz freebsd-ports-gnome-f9323a673d922399abd46c90d875fc9d9f4b6acb.tar.zst freebsd-ports-gnome-f9323a673d922399abd46c90d875fc9d9f4b6acb.zip |
- Add py-twistedNames, a DNS protocol implementation with client and server.
PR: ports/79929
Submitted by: Neal Nelson <neal@nelson.name>
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 1b15e7dd03aa..1a5be82c11c1 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -75,6 +75,7 @@ SUBDIR += py-adns SUBDIR += py-dns SUBDIR += py-dnspython + SUBDIR += py-twistedNames SUBDIR += rbldnsd SUBDIR += rbllookup SUBDIR += sheerdns |