freebsd-ports/mail/claws-mail-spamassassin/Makefile
Pawel Pekala f99cae6c11 his plugin enables the scanning of incoming mail received from a POP,
IMAP, or LOCAL account using SpamAssassin. It can optionally delete mail
identified as spam or save it to a designated folder, and also can be used
to train a local  SpamAssassin (or a remote one if SpamAssassin >= 3.1 is
installed both locally and remotely). According to your SpamAssassin server
configuration, it can show worse performance than Bogofilter, (slower,
eating more CPU), but can catch spam with better accuracy.

WWW: http://claws-mail.org/plugin.php?plugin=spamassassin
2013-05-11 14:47:33 +00:00

14 lines
301 B
Makefile

# Created by: Pawel Pekala <pawel@FreeBSD.org>
# $FreeBSD$
PORTNAME= spamassassin
PORTREVISION= 0
COMMENT= SpamAssassin plugin for Claws Mail
RUN_DEPENDS= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin
CLAWS_PLUGINS_BUILD= spamassassin
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>