d2e029f931
an IMAP inbox for spam using SpamAssassin and get your spam moved to another folde Unlike the normal mode of deployments for SpamAssassin, isbg does not need to be involved in mail delivery, and can run on completely different machines to where your mailbox actually is. WWW: http://wiki.github.com/ook/isbg/ PR: ports/143325 Submitted by: Bernhard Froehlich <decke at bluelife.at>
30 lines
691 B
Makefile
30 lines
691 B
Makefile
# New ports collection makefile for: isbg
|
|
# Date created: 2010-01-28
|
|
# Whom: Bernhard Froehlich <decke@bluelife.at>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= isbg
|
|
PORTVERSION= 0.98
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://cloud.github.com/downloads/ook/isbg/ \
|
|
http://home.bluelife.at/ports/distfiles/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}_${DISTDATE}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= decke@bluelife.at
|
|
COMMENT= Scan an IMAP inbox for spam using SpamAssassin
|
|
|
|
RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
|
|
|
DISTDATE= 20091130
|
|
NO_BUILD= yes
|
|
USE_PYTHON= 2.5+
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/isbg.py ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|