Import mail/cleanup-maildir version 0.1.0.2016010801
[dports.git] / mail / cleanup-maildir / Makefile
1 # Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       cleanup-maildir
5 PORTVERSION=    0.1.0.2016010801
6 CATEGORIES=     mail python
7 MASTER_SITES=   LOCAL/ehaupt
8
9 MAINTAINER=     ehaupt@FreeBSD.org
10 COMMENT=        Script for cleaning up mails in Maildir folders based on arival date
11
12 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core
13
14 USES=           python shebangfix
15 NO_BUILD=       yes
16
17 SHEBANG_FILES=  cleanup-maildir.py
18 PLIST_FILES=    bin/cleanup-maildir
19
20 do-install:
21         ${INSTALL_SCRIPT} ${WRKSRC}/cleanup-maildir.py \
22                 ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
23
24 .include <bsd.port.mk>