blob: cb4241074a4d7fff385d04965e1bca392884909e (
plain)
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
USES= python
USE_PYTHON= distutils
PLIST_FILES= bin/${PORTNAME}.py
.include <bsd.port.mk>
|