freebsd-ports/mail/cleanup-maildir/Makefile
2016-09-10 10:48:56 +00:00

25 lines
613 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
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
NO_ARCH= yes
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>