diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-04-11 22:26:15 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-04-11 22:26:15 +0800 |
commit | d66fbd36eadedf88c5055b456c5aed36ba230193 (patch) | |
tree | df9cbadb3033588a3e5717688e233ff31172ca8d /mail | |
parent | 590b27e000419eb00968d9dc2cccfa20af5aa602 (diff) | |
download | freebsd-ports-gnome-d66fbd36eadedf88c5055b456c5aed36ba230193.tar.gz freebsd-ports-gnome-d66fbd36eadedf88c5055b456c5aed36ba230193.tar.zst freebsd-ports-gnome-d66fbd36eadedf88c5055b456c5aed36ba230193.zip |
This port does not (yet) work with python3.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cleanup-maildir/Makefile | 4 |
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 |