mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
26 lines
539 B
Makefile
26 lines
539 B
Makefile
# Created by: Bernhard Froehlich <decke@bluelife.at>
|
|
|
|
PORTNAME= isbg
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Scan an IMAP inbox for spam using SpamAssassin
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt@${PY_FLAVOR} \
|
|
spamassassin:mail/spamassassin
|
|
|
|
USES= python:3.6+
|
|
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= isbg
|
|
GL_COMMIT= e626d8d0628f691c041032c53f20d764b11d0079
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
USE_PYTHON= autoplist concurrent distutils optsuffix
|
|
|
|
.include <bsd.port.mk>
|