pkgsrc/mail/p5-Mail-Audit/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

27 lines
896 B
Makefile

# $NetBSD: Makefile,v 1.29 2014/05/29 23:36:49 wiz Exp $
DISTNAME= Mail-Audit-2.225
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
SVR4_PKGNAME= p5mau
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Mail-Audit/
COMMENT= Perl5 module for filtering mail
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-File-HomeDir>=0.61:../../devel/p5-File-HomeDir
DEPENDS+= p5-File-Tempdir-[0-9]*:../../devel/p5-File-Tempdir
# Needs Mail::Internet and Mail::Mailer from p5-MailTools.
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
# Needs MIME::Entity from p5-MIME-tools.
DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools
# Needs Net::SMTP from p5-Net.
DEPENDS+= {perl>=5.10,p5-Net>=1.0}:../../net/p5-Net
PERL5_PACKLIST= auto/Mail/Audit/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"