- Add LICENSE

- Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-15 14:30:19 +00:00
parent da0c098f60
commit ff24712f03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461925

View File

@ -3,21 +3,24 @@
PORTNAME= mbox2imap
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
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)
LICENSE= NONE
USES= python tar:xz
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} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>