# Created by: Emanuel Haupt # $FreeBSD: head/mail/cleanup-maildir/Makefile 412348 2016-04-01 14:17:44Z mat $ PORTNAME= cleanup-maildir PORTVERSION= 0.1.0.2016010801 CATEGORIES= mail python MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Script for cleaning up mails in Maildir folders based on arival date RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core USES= python shebangfix NO_BUILD= yes SHEBANG_FILES= cleanup-maildir.py PLIST_FILES= bin/cleanup-maildir do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cleanup-maildir.py \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include