blob: 3d4526bd2c4b4510afb36c54e8aaf7a882540328 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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}:${PORTSDIR}/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 <bsd.port.mk>
|