pkgsrc/mail/qmail-lint/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

31 lines
684 B
Makefile

# $NetBSD: Makefile,v 1.16 2013/05/31 12:41:20 wiz Exp $
#
DISTNAME= qmail-lint-0.55
PKGREVISION= 3
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= #
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://www.qmail.org/
COMMENT= Examine the qmail configuration for common errors
WRKSRC= ${WRKDIR}
USE_TOOLS+= perl:run
REPLACE_PERL= ${DISTNAME}
NO_BUILD= yes
SUBST_CLASSES+= qmaildir
SUBST_STAGE.qmaildir= do-configure
SUBST_FILES.qmaildir= ${DISTNAME}
SUBST_SED.qmaildir= -e 's|/var/qmail|${QMAILDIR}|g'
INSTALLATION_DIRS= bin
BUILD_DEFS+= QMAILDIR
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
${DESTDIR}${PREFIX}/bin/qmail-lint
.include "../../mk/bsd.pkg.mk"