openbsd-ports/net/dlint/Makefile
lebel 13471738d6 initial import of dlint-1.4.0:
--
dlint analyzes any DNS zone you specify, and reports any problems
it finds by displaying errors and warnings.  Then it descends
recursively to examine all zones below the given one (this can be
disabled with a command-line option).  Designed for Unix, dlint
is written in Bourne Shell and Perl.

WWW: http://www.domtools.com/dns/dlint.shtml

Submitted by Jason Peel <jsyn@nthought.com>
2001-07-02 15:40:25 +00:00

26 lines
513 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/07/02 15:40:25 lebel Exp $
COMMENT= "DNS zone verification tool"
DISTNAME= dlint1.4.0
PKGNAME= dlint-1.4.0
CATEGORIES= net
NEED_VERSION= 1.414
HOMEPAGE= http://www.domtools.com/dns/dlint.shtml
MAINTAINER= Jason Peel <jsyn@nthought.com>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.domtools.com/pub/
NO_BUILD= Yes
FAKE_FLAGS= DESTROOT=${WRKINST}
.include <bsd.port.mk>