Index: head/mail/isbg/Makefile =================================================================== --- head/mail/isbg/Makefile (revision 406117) +++ head/mail/isbg/Makefile (revision 406118) @@ -1,25 +1,24 @@ # Created by: Bernhard Froehlich # $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:${PORTSDIR}/mail/spamassassin \ +RUN_DEPENDS= spamassassin:${PORTSDIR}/mail/spamassassin \ ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:${PORTSDIR}/devel/py-docopt USE_GITHUB= yes +NO_ARCH= yes NO_BUILD= yes USES= python -USE_PYTHON= distutils - -PLIST_FILES= bin/${PORTNAME}.py +USE_PYTHON= distutils autoplist .include