diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-01 02:38:25 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-01 02:38:25 +0000 |
commit | 5c897e8b3199f5cebccf3407dee61c55b1b28c27 (patch) | |
tree | e812d402dde7df6329c49afa25163ea15b96ab6d /net/Makefile | |
parent | 2cd8de5e0b6bd5db654f999fc97833a569c1c01e (diff) | |
download | FreeBSD-ports-5c897e8b3199f5cebccf3407dee61c55b1b28c27.zip FreeBSD-ports-5c897e8b3199f5cebccf3407dee61c55b1b28c27.tar.gz |
net/posadis, another DNS server implementation
Add a new port - net/posadis. It is a new DNS server
implementation being actively developed at SourceForge.
Posadis is a DNS server project with the goal to create a
free, reliable, portable, fast, lightweight, easy to use,
standards compliant, and functionally complete, Domain Name
System server implementation.
PR: ports/48872
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index a82d263..bddbbca 100644 --- a/net/Makefile +++ b/net/Makefile @@ -485,6 +485,7 @@ SUBDIR += poptop SUBDIR += pork SUBDIR += portfwd + SUBDIR += posadis SUBDIR += powerdns SUBDIR += pppload SUBDIR += pppoa |