aboutsummaryrefslogtreecommitdiff
path: root/mail/isbg/Makefile
blob: 1fb5e97728a38851e95d63eed5ba7c0156b5e539 (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
# Created by: Bernhard Froehlich <decke@bluelife.at>
# $FreeBSD$

PORTNAME=	isbg
PORTVERSION=	0.99
PORTREVISION=	2
CATEGORIES=	mail

MAINTAINER=	decke@FreeBSD.org
COMMENT=	Scan an IMAP inbox for spam using SpamAssassin

# any OSI approved open source license
LICENSE=	BSD2CLAUSE

RUN_DEPENDS+=	spamassassin:${PORTSDIR}/mail/spamassassin

USE_GITHUB=	yes
GH_ACCOUNT=	ook
GH_COMMIT=	44f46f0

NO_BUILD=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=yes

PLIST_FILES=	bin/${PORTNAME}.py

.include <bsd.port.mk>