c5587e5898
(I removed REVISION and adjusted whitespace from his submission) Amongst other things this adds SNI support which will be needed to work with gmail once TLS 1.3 client is reenabled in libressl.
29 lines
552 B
Makefile
29 lines
552 B
Makefile
# $OpenBSD: Makefile,v 1.98 2020/02/06 11:17:13 sthen Exp $
|
|
|
|
COMMENT= IMAP/POP3/SDPS mail retriever
|
|
|
|
MODPY_EGG_VERSION= 5.14
|
|
DISTNAME= getmail-${MODPY_EGG_VERSION}
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= http://pyropus.ca/software/getmail/
|
|
|
|
MAINTAINER= Martin Ziemer <horrad@horrad.de>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/old-versions/
|
|
|
|
MODULES= lang/python
|
|
|
|
NO_TEST= Yes
|
|
|
|
EXDIR= ${PREFIX}/share/examples/getmail
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EXDIR}
|
|
${INSTALL_DATA} ${WRKDIST}/docs/getmailrc-examples ${EXDIR}
|
|
|
|
.include <bsd.port.mk>
|