1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/mail/cleanup-maildir/Makefile
Emanuel Haupt cb210f1d80 - Move to GitHub and
- Update to 0.1.1
2017-07-05 08:12:20 +00:00

29 lines
632 B
Makefile

# 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>