freebsd-ports/mail/mbox2imap/Makefile
Raphael Kubo da Costa 3a79929fdb Switch MASTER_SITES and WWW to https in Chris' ports.
PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2019-10-19 12:21:22 +00:00

26 lines
536 B
Makefile

# Created by: gahr
# $FreeBSD$
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
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>