aboutsummaryrefslogtreecommitdiffstats
path: root/mail/cleanup-maildir/Makefile
blob: 19f585a7e5d45651a4718a5472a9e724ea9bc3fa (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
25
26
27
28
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   cleanup-maildir
PORTVERSION=    0.1.1
DISTVERSIONPREFIX=  v
CATEGORIES= mail python

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
USE_GITHUB= yes
NO_BUILD=   yes
NO_ARCH=    yes

GH_ACCOUNT= ehaupt

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>