diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-12-12 05:05:56 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-12-12 05:05:56 +0000 |
commit | be62930732a2902f0cca70baa56fecf331fdf384 (patch) | |
tree | 998c22444081383973452fb1fa14e30de50c6472 /dns/djbdns | |
parent | math/emc2: modernize port (diff) |
multiple: sync LEGAL
Sync LEGAL for djb related ports. I chose not to mark these ports as RESTRICTED
due to the mixed opinions of putting something into the public domain.
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=336244
Diffstat (limited to 'dns/djbdns')
-rw-r--r-- | dns/djbdns/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile index 9414237b9bec..541c85f451e7 100644 --- a/dns/djbdns/Makefile +++ b/dns/djbdns/Makefile @@ -16,6 +16,8 @@ COMMENT?= A collection of secure and reliable DNS tools RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \ tcpserver:${PORTSDIR}/sysutils/ucspi-tcp +LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html + OPTIONS_DEFINE= DUMPCACHE IP6 IGNOREIP JUMBO MAN PERSISTENT_MMAP SRV DNSCURVE ADD_USERS OPTIONS_DEFAULT= MAN DUMPCACHE_DESC= persistent cache for dnscache |