cc53a1265a
Port now has a new maintainer, master site, upstream, etc PR: 207994 MFH: 2016Q1
23 lines
507 B
Makefile
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>
|