summaryrefslogtreecommitdiff
path: root/mail/spamassassin/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-08-24 19:46:39 +0000
committerhubertf <hubertf>2002-08-24 19:46:39 +0000
commitb90121f4d65c44d25ce012948cf9ae24dfe21533 (patch)
treea1ef0aa097f2de87b46a829b487e103ab7299cef /mail/spamassassin/Makefile
parent2a6e98a8ecf7c3e6673fb379f1ec9ad491e9c25b (diff)
downloadpkgsrc-b90121f4d65c44d25ce012948cf9ae24dfe21533.tar.gz
Add spamassassin-2.31: Spam identifier and blocker
SpamAssassin is a mail filter which attempts to identify spam using text analysis and several internet-based realtime blacklists. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify "spam", also known as unsolicited commercial email. Once identified, the mail can then be optionally tagged as spam for later filtering using the user's own mail user-agent application. In its most recent test, SpamAssassin differentiated between spam and non-spam mail correctly in 99.94% of cases. Since then, it's just been getting better and better!
Diffstat (limited to 'mail/spamassassin/Makefile')
-rw-r--r--mail/spamassassin/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile
new file mode 100644
index 00000000000..89344c896ca
--- /dev/null
+++ b/mail/spamassassin/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/08/24 19:46:39 hubertf Exp $
+#
+
+DISTNAME= Mail-SpamAssassin-2.31
+PKGNAME= spamassassin-2.31
+CATEGORIES= mail perl5
+MASTER_SITES= http://spamassassin.taint.org/released/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://spamassassin.taint.org/
+COMMENT= Spam identifier and blocker
+
+DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/SpamAssassin/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../lang/perl5/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"