Files
ports/mail/isbg/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

27 lines
551 B
Makefile

# Created by: Bernhard Froehlich <decke@bluelife.at>
# $FreeBSD$
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>