aboutsummaryrefslogtreecommitdiff
path: root/mail/isbg/Makefile
blob: 1b5ace524bc9719b4fc61d18373c750d6413bf02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	isbg
# Date created:		2010-01-28
# Whom:			Bernhard Froehlich <decke@bluelife.at>
#
# $FreeBSD$
#

PORTNAME=	isbg
PORTVERSION=	0.99
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@FreeBSD.org
COMMENT=	Scan an IMAP inbox for spam using SpamAssassin

RUN_DEPENDS+=	spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin

DISTDATE=	20100303
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>