mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
531cd7932f
improving accessibility. I think people who want to just find the port/package and install it are more likely to look for "spamassassin the program" than "spamassassin the perl module collection."
15 lines
293 B
Makefile
15 lines
293 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/spamassassin
|
|
|
|
CLAWS_PLUGINS_BUILD= spamassassin
|
|
|
|
.include "../claws-mail/Makefile.claws"
|
|
.include <bsd.port.mk>
|