1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/mail/isbg/Makefile
Antoine Brodin 63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00

26 lines
530 B
Makefile

# Created by: Bernhard Froehlich <decke@bluelife.at>
# $FreeBSD$
PORTNAME= isbg
PORTVERSION= 1.00
PORTREVISION= 1
CATEGORIES= mail
MAINTAINER= ports@FreeBSD.org
COMMENT= Scan an IMAP inbox for spam using SpamAssassin
# any OSI approved open source license
LICENSE= BSD2CLAUSE
RUN_DEPENDS= spamassassin:mail/spamassassin \
${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt@${PY_FLAVOR}
USE_GITHUB= yes
NO_ARCH= yes
NO_BUILD= yes
USES= python
USE_PYTHON= distutils autoplist concurrent optsuffix
.include <bsd.port.mk>