pkgsrc/mail/p5-Sendmail-PMilter/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

22 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.19 2015/06/12 10:50:25 wiz Exp $
#
DISTNAME= Sendmail-PMilter-1.00
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AV/AVAR/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Sendmail-PMilter
COMMENT= Pure-Perl Milter protocol API
# Though it doesn't exist yet, just in case:
CONFLICTS+= p5-Sendmail-Milter-[0-9]*
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
PERL5_PACKLIST= auto/Sendmail/PMilter/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"