b021813da0
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. 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=...").
33 lines
902 B
Makefile
33 lines
902 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/10/19 19:18:12 he Exp $
|
|
#
|
|
|
|
DISTNAME= Ezmlm-0.07.2
|
|
PKGNAME= p5-Mail-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|