diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-04-15 06:37:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-04-15 06:37:29 +0000 |
commit | 5e445a95d9a891f9e301360ae62b98c9c5fc2b28 (patch) | |
tree | ff94e2e0698850d68363be5ca1d23cdd09ebc91d /dns | |
parent | 1da4bb0e6b6f2bacd6acabd7e85a361a0357573c (diff) | |
download | ports-5e445a95d9a891f9e301360ae62b98c9c5fc2b28.tar.gz ports-5e445a95d9a891f9e301360ae62b98c9c5fc2b28.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnswalk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnswalk/Makefile b/dns/dnswalk/Makefile index 036f1a5fb28b..85e4741e80ba 100644 --- a/dns/dnswalk/Makefile +++ b/dns/dnswalk/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.0.2 CATEGORIES= dns MASTER_SITES= http://www.visi.com/~barr/dnswalk/ -MAINTAINER= mph@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= DNS debugger - requests a zone transfer and analyzes the result RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS |