pkgsrc/mail/p5-Sendmail-PMilter/Makefile

23 lines
548 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2006/03/22 22:50:32 tv Exp $
#
DISTNAME= Sendmail-PMilter-0.95
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmilter/}
MAINTAINER= tv@NetBSD.org
HOMEPAGE= http://pmilter.sourceforge.net/
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"