pkgsrc/mail/spamass-milter/Makefile
obache 67f6d3c6be Update spamass-milter to 0.3.1, based on patch provided by Jaap Boender
via PR 33206.

0.3.1: (2006-03-23)
 * Ensure wrapped headers always use LF (fix for spamassassin 3.1.1)
 * Mimic sendmail's Received header even better.  Logs a warning
   to syslog if it can't fetch a sendmail macro that would help.
2006-10-12 12:19:09 +00:00

21 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.25 2006/10/12 12:19:09 obache Exp $
#
DISTNAME= spamass-milter-0.3.1
CATEGORIES= mail
MASTER_SITES= http://savannah.nongnu.org/download/spamass-milt/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://savannah.nongnu.org/projects/spamass-milt/
COMMENT= Milter interface to Spamassassin
DEPENDS+= spamassassin>=2.44:../../mail/spamassassin
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
RCD_SCRIPTS= spamass-milter
.include "../../mail/libmilter/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"