mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
5ae8688c07
With hat: portmgr
34 lines
741 B
Makefile
34 lines
741 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cleanup-maildir
|
|
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
|
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
EXPIRATION_DATE= 2020-09-15
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core@${PY_FLAVOR}
|
|
|
|
USES= python:2.7 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>
|