From d035db61c299cf937bcbe1e5704ce87a138f09f0 Mon Sep 17 00:00:00 2001 From: zuntum Date: Mon, 13 Aug 2001 14:27:07 +0000 Subject: Initial import of qmail-lint-0.55 This tool examines the qmail configuration to see if any common errors exist. usage: qmail-lint [-v] -v -- print an explanation of the reports the first time one is printed. --- mail/qmail-lint/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 mail/qmail-lint/Makefile (limited to 'mail/qmail-lint/Makefile') diff --git a/mail/qmail-lint/Makefile b/mail/qmail-lint/Makefile new file mode 100644 index 00000000000..6abfffc796c --- /dev/null +++ b/mail/qmail-lint/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/13 14:27:07 zuntum Exp $ +# + +DISTNAME= qmail-lint-0.55 +CATEGORIES= mail +MASTER_SITES= http://qmail.obeer.com/ +EXTRACT_SUFX= # + +MAINTAINER= zuntum@netbsd.org +HOMEPAGE= http://www.qmail.org/ +COMMENT= examine the qmail configuration to see if any common errors exist + +EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC} + +WRKSRC= ${WRKDIR} + +USE_PERL5= yes +REPLACE_PERL= ${DISTNAME} +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/qmail-lint + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3