pkgsrc/mail/p5-Mail-Ezmlm/Makefile
seb febfbb41f9 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

36 lines
978 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/08/21 16:35:06 seb Exp $
#
DISTNAME= Ezmlm-0.07.2
PKGNAME= p5-Mail-${DISTNAME}
PKGREVISION= 3
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://search.cpan.org/~sumpfrall/Ezmlm/
COMMENT= Perl5 module for managing ezmlm mailing lists
DEPENDS+= qmail>=1.03:../../mail/qmail
DEPENDS+= {ezmlm>=0.53,ezmlm-idx>=0.40}:../../mail/ezmlm
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_ENV+= BSD_BATCH_INSTALL=1 # skip interactive config stage
SUBST_CLASSES+= paths
SUBST_STAGE.paths= do-configure
SUBST_FILES.paths= Ezmlm.pm
SUBST_SED.paths= -e 's|@LOCALBASE@|${LOCALBASE}|g'
SUBST_SED.paths+= -e 's|@QMAILDIR@|${QMAILDIR}|g'
SUBST_MESSAGE.paths= Configuring paths.
PERL5_PACKLIST= auto/Mail/Ezmlm/.packlist
BUILD_DEFS+= QMAILDIR
pre-configure:
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"