aboutsummaryrefslogtreecommitdiff
path: root/mail/cleanup-maildir
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2019-04-11 14:26:15 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2019-04-11 14:26:15 +0000
commitd66fbd36eadedf88c5055b456c5aed36ba230193 (patch)
treedf9cbadb3033588a3e5717688e233ff31172ca8d /mail/cleanup-maildir
parent590b27e000419eb00968d9dc2cccfa20af5aa602 (diff)
downloadports-d66fbd36eadedf88c5055b456c5aed36ba230193.tar.gz
ports-d66fbd36eadedf88c5055b456c5aed36ba230193.zip
This port does not (yet) work with python3.
Notes
Notes: svn path=/head/; revision=498671
Diffstat (limited to 'mail/cleanup-maildir')
-rw-r--r--mail/cleanup-maildir/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/cleanup-maildir/Makefile b/mail/cleanup-maildir/Makefile
index d9fe37532849..95768e7be662 100644
--- a/mail/cleanup-maildir/Makefile
+++ b/mail/cleanup-maildir/Makefile
@@ -4,6 +4,7 @@
PORTNAME= cleanup-maildir
PORTVERSION= 0.1.1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= mail python
MAINTAINER= ehaupt@FreeBSD.org
@@ -11,8 +12,9 @@ COMMENT= Script for cleaning up mails in Maildir folders based on arival date
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core@${PY_FLAVOR}
-USES= python shebangfix
+USES= python:2.7 shebangfix
USE_GITHUB= yes
+
NO_BUILD= yes
NO_ARCH= yes