freebsd-ports/mail/mbox2imap/Makefile
Mark Felder cc53a1265a mail/mbox2imap: Unbreak port
Port now has a new maintainer, master site, upstream, etc

PR:		207994
MFH:		2016Q1
2016-03-14 21:24:46 +00:00

23 lines
507 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= mbox2imap
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://BSDforge.com/projects/source/mail/mbox2imap/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Upload email stored in mbox file format to an IMAP server
#LICENSE= (if author can still be reached, ask; else BSD2CLAUSE)
USES= python tar:xz
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>