blob: 90fe4a8a95b72829ce79294bca2108d83b9024e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.71 2020/11/26 15:06:36 nia Exp $
#
PLUGIN_NAME= spamassassin
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Enables the scanning of incoming mail using SpamAssassin
TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
DEPENDS+= spamassassin>=3.2.5:../../mail/spamassassin
.include "../../mk/bsd.pkg.mk"
|