1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/mail/cleanup-maildir/Makefile

31 lines
666 B
Makefile
Raw Normal View History

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= cleanup-maildir
2017-07-05 08:12:20 +00:00
PORTVERSION= 0.1.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
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@${PY_FLAVOR}
USES= python:2.7 shebangfix
2017-07-05 08:12:20 +00:00
USE_GITHUB= yes
NO_BUILD= yes
2016-09-10 10:48:56 +00:00
NO_ARCH= yes
2017-07-05 08:12:20 +00:00
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>