freebsd-ports/mail/isbg/Makefile
Mathieu Arnold 07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00

26 lines
478 B
Makefile

# Created by: Bernhard Froehlich <decke@bluelife.at>
# $FreeBSD$
PORTNAME= isbg
PORTVERSION= 0.99
PORTREVISION= 2
CATEGORIES= mail
MAINTAINER= decke@FreeBSD.org
COMMENT= Scan an IMAP inbox for spam using SpamAssassin
# any OSI approved open source license
LICENSE= BSD2CLAUSE
RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/spamassassin
USE_GITHUB= yes
GH_ACCOUNT= ook
NO_BUILD= yes
USES= python
USE_PYTHON= distutils
PLIST_FILES= bin/${PORTNAME}.py
.include <bsd.port.mk>