4c18394c0d
object methods to manipulate ezmlm mailing lists.
31 lines
913 B
Makefile
31 lines
913 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/12/28 06:08:12 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= Ezmlm-0.05.1
|
|
PKGNAME= p5-Mail-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://guy.rucus.net/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
|
|
|
|
WRKSRC= ${WRKDIR}/Ezmlm-0.05
|
|
|
|
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_SED.paths+= -e 's|@MYSQLBASE@|${LOCALBASE}/bin|g'
|
|
SUBST_MESSAGE.paths= "Configuring paths."
|
|
|
|
PERL5_PACKLIST= auto/Mail/Ezmlm/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|