2016-01-08 11:45:27 +00:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cleanup-maildir
|
2017-07-05 08:12:20 +00:00
|
|
|
PORTVERSION= 0.1.1
|
|
|
|
DISTVERSIONPREFIX= v
|
2019-04-11 14:26:15 +00:00
|
|
|
PORTREVISION= 1
|
2016-01-08 11:45:27 +00:00
|
|
|
CATEGORIES= mail python
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
|
|
COMMENT= Script for cleaning up mails in Maildir folders based on arival date
|
|
|
|
|
2018-05-22 13:15:13 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core@${PY_FLAVOR}
|
2016-01-08 11:45:27 +00:00
|
|
|
|
2019-04-11 14:26:15 +00:00
|
|
|
USES= python:2.7 shebangfix
|
2017-07-05 08:12:20 +00:00
|
|
|
USE_GITHUB= yes
|
2019-04-11 14:26:15 +00:00
|
|
|
|
2016-01-08 11:45:27 +00:00
|
|
|
NO_BUILD= yes
|
2016-09-10 10:48:56 +00:00
|
|
|
NO_ARCH= yes
|
2016-01-08 11:45:27 +00:00
|
|
|
|
2017-07-05 08:12:20 +00:00
|
|
|
GH_ACCOUNT= ehaupt
|
|
|
|
|
2016-01-08 11:45:27 +00:00
|
|
|
SHEBANG_FILES= cleanup-maildir.py
|
|
|
|
PLIST_FILES= bin/cleanup-maildir
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cleanup-maildir.py \
|
|
|
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|