aboutsummaryrefslogtreecommitdiff
path: root/mail/spamdb-curses
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-08-31 10:58:19 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-08-31 10:58:19 +0000
commit4b7b75f07610d58373cd7701dd8efe85828693e7 (patch)
treea29847cab3876cbfa2336415820ff7456b2706c3 /mail/spamdb-curses
parentdc3c0483ad51c917d6499cfe7b22daa5add8aa00 (diff)
downloadports-4b7b75f07610d58373cd7701dd8efe85828693e7.tar.gz
ports-4b7b75f07610d58373cd7701dd8efe85828693e7.zip
- add stage support
- use new python syntax
Notes
Notes: svn path=/head/; revision=366743
Diffstat (limited to 'mail/spamdb-curses')
-rw-r--r--mail/spamdb-curses/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/spamdb-curses/Makefile b/mail/spamdb-curses/Makefile
index 87a6cec28b13..a568280a742f 100644
--- a/mail/spamdb-curses/Makefile
+++ b/mail/spamdb-curses/Makefile
@@ -6,15 +6,14 @@ PORTVERSION= 1.2
CATEGORIES= mail python
MASTER_SITES= http://code.arp242.net/spamdb-curses/downloads/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Curses interface for OpenBSD spamd spam database (spamdb)
LICENSE= MIT
RUN_DEPENDS= ${LOCALBASE}/sbin/spamdb:${PORTSDIR}/mail/spamd
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
+USES= python
+USE_PYTHON= distutils
-NO_STAGE= yes
.include <bsd.port.mk>