1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/mail/isbg/Makefile
Adam Weinberger 531cd7932f Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of
improving accessibility.

I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
2014-03-11 21:49:40 +00:00

29 lines
642 B
Makefile

# Created by: Bernhard Froehlich <decke@bluelife.at>
# $FreeBSD$
PORTNAME= isbg
PORTVERSION= 0.99
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://cloud.github.com/downloads/ook/isbg/ \
http://home.bluelife.at/ports/distfiles/
DISTNAME= ${PORTNAME}_${PORTVERSION}_${DISTDATE}
EXTRACT_SUFX= .tgz
MAINTAINER= decke@FreeBSD.org
COMMENT= Scan an IMAP inbox for spam using SpamAssassin
RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/spamassassin
DISTDATE= 20100303
NO_BUILD= yes
USE_PYTHON= yes
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/isbg.py ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>