d2ca14a3f1
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.
34 lines
947 B
Makefile
34 lines
947 B
Makefile
# $NetBSD: Makefile,v 1.13 2013/05/31 12:41:18 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Ezmlm-0.07.2
|
|
PKGNAME= p5-Mail-${DISTNAME}
|
|
PKGREVISION= 6
|
|
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
|
|
|
|
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} -f
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|