# $Id: Portfile 40096 2008-09-20 10:29:37Z mww@macports.org $

PortSystem 1.0

name			pdnsd
version			1.2.7
categories		net
platforms		darwin
maintainers		mww
description		proxy dns server with permanent caching
long_description	pdnsd is a proxy dns server with permanent caching: the \
			cache contents are written to hard disk on exit. It is designed to \
			cope with unreachable or down dns servers, for example in dial-in \
			networking.

homepage		http://www.phys.uu.nl/~rombouts/pdnsd.html
master_sites		http://www.phys.uu.nl/~rombouts/pdnsd/releases/
distname		pdnsd-${version}-par
checksums		sha1 8f2a0ec234efd61d81a2e89559a94568c342b36f

worksrcdir		${name}-${version}

configure.args		--mandir=${prefix}/share/man \
			--sysconfdir=${prefix}/etc/${name} \
			--disable-ipv6 \
			--with-cachedir=${prefix}/var/cache/pdnsd \
			--with-random-device=arc4random

livecheck.check		freshmeat
livecheck.version	${version}-par
