summaryrefslogtreecommitdiff
path: root/mail/p5-Sendmail-PMilter/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-03-29 18:14:02 +0000
committertv <tv@pkgsrc.org>2004-03-29 18:14:02 +0000
commit4f7b13633d7f6b2a850c4a007877c89406ad4a78 (patch)
tree22cb55c0c2fc4f829e2914d8b3322a935b8bddc8 /mail/p5-Sendmail-PMilter/Makefile
parent3a7b9c00b6d5c7c4f449644bd4fffbd407d06afc (diff)
downloadpkgsrc-4f7b13633d7f6b2a850c4a007877c89406ad4a78.tar.gz
Sendmail::PMilter is a mail filtering API implementing the Sendmail
milter protocol in pure Perl. This allows Sendmail servers (and perhaps other MTAs implementing milter) to filter and modify mail in transit during the SMTP connection, all in Perl. This also includes a drop-in replacement for the Sendmail::Milter API, making it possible for legacy perl milters to function as-is with the PMilter engine.
Diffstat (limited to 'mail/p5-Sendmail-PMilter/Makefile')
-rw-r--r--mail/p5-Sendmail-PMilter/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/p5-Sendmail-PMilter/Makefile b/mail/p5-Sendmail-PMilter/Makefile
new file mode 100644
index 00000000000..57967ec0aaf
--- /dev/null
+++ b/mail/p5-Sendmail-PMilter/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 18:14:02 tv Exp $
+#
+
+DISTNAME= Sendmail-PMilter-0.93
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmilter/}
+
+MAINTAINER= tv@duh.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]*
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Sendmail/PMilter/.packlist
+PERL5_REQD+= 5.6.0
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"