1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/mail/isbg/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
480 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
USE_GITHUB= yes
NO_ARCH= yes
NO_BUILD= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>