c0861cb034
- work around brain-damaged change in Python's poplib which causes message retrieval errors if any line of a message has more than 2048 characters in it. - restore link to moved Marc mailing list archive. Thanks: David J. Weller-Fahy.
19 lines
554 B
Makefile
19 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.144 2015/06/01 22:55:37 schmonz Exp $
|
|
|
|
DISTNAME= getmail-4.48.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${HOMEPAGE}old-versions/
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://pyropus.ca/software/getmail/
|
|
COMMENT= Secure, flexible, reliable fetchmail replacement
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON= *.py getmailcore/*.py
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.44.0
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|