freebsd-ports/mail/mbox2imap/Makefile
Daniel Engberg e3a7ca28c8 */*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up

Reported by:	Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com>
Approved by:	portmgr (blanket)
2024-01-14 00:30:23 +01:00

24 lines
556 B
Makefile

PORTNAME= mbox2imap
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= https://BSDforge.com/projects/source/mail/mbox2imap/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Upload email stored in mbox file format to an IMAP server
WWW= https://BSDforge.com/projects/mail/mbox2imap/
LICENSE= NONE
USES= python shebangfix tar:xz
SHEBANG_FILES= ${WRKSRC}/${PORTNAME}
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>