pkgsrc/mail/qmail-lint/Makefile
zuntum d035db61c2 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.
2001-08-13 14:27:07 +00:00

24 lines
541 B
Makefile

# $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"