freebsd-ports/mail/isbg/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

24 lines
514 B
Makefile

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