Changelog for 1.10: - Add support for EDNS0 (extra big packets) - Add support for querying of ANY records. - Add represention of SRV, RP records. Port changes: - Take maintainership - Upstream switched from autotools to a plain makefile; modify the port accordingly (as a result IPV6 option is no longer offered by the port) - Install manuals under PREFIX/share/man Reported by: Repology
23 lines
490 B
Makefile
23 lines
490 B
Makefile
# Created by: Edwin Groothuis <edwin@mavetju.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dnstracer
|
|
DISTVERSION= 1.10
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://www.mavetju.org/download/
|
|
|
|
MAINTAINER= 0mp@FreeBSD.org
|
|
COMMENT= Trace a chain of DNS servers to the source
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5 tar:bz2
|
|
USE_PERL5= build
|
|
|
|
MAKE_ARGS= VERSION="${PORTVERSION}"
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
PLIST_FILES= bin/dnstracer \
|
|
share/man/man8/dnstracer.8.gz
|
|
|
|
.include <bsd.port.mk>
|