diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-24 03:19:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-24 03:19:29 +0000 |
commit | 1d448dd7aa8fde0abceb3581fe171b9fd80dae41 (patch) | |
tree | 0ac9db66632e8e415e167075a2bccb5b1de6c287 /dns | |
parent | e160b4d2d65b0c50ca80b3c23af7a605261c2bdd (diff) | |
download | ports-1d448dd7aa8fde0abceb3581fe171b9fd80dae41.tar.gz ports-1d448dd7aa8fde0abceb3581fe171b9fd80dae41.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/djbdns/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile index 917b54b3d6fb..66401adc90c8 100644 --- a/dns/djbdns/Makefile +++ b/dns/djbdns/Makefile @@ -14,6 +14,12 @@ MASTER_SITES= http://cr.yp.to/djbdns/ \ DISTNAME= djbdns-${DJBDNS_VER} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +MAINTAINER?= roam@FreeBSD.org +COMMENT?= A collection of secure and reliable DNS tools + +RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \ + tcpserver:${PORTSDIR}/sysutils/ucspi-tcp + OPTIONS= DUMPCACHE "persistent cache for dnscache" off \ IPV6 "IPv6 support by Felix von Leitner" off \ IGNOREIP "ignoreip2 patch by Russell Nelson" off \ @@ -92,12 +98,6 @@ PATCH_DIST_STRIP= -p1 DJBDNS_VER= 1.05 DJBDNS_V6_VER= test14 -MAINTAINER?= roam@FreeBSD.org -COMMENT?= A collection of secure and reliable DNS tools - -RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \ - tcpserver:${PORTSDIR}/sysutils/ucspi-tcp - ALL_TARGET= it INSTALL_TARGET= setup check |