2d635ff1e8
-fix exception when getmail is trying to report a POP3 server that completely missed generating a UIDL token for a message. Thanks: Hans Lammerts.
19 lines
545 B
Makefile
19 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.74 2007/08/11 01:00:12 schmonz Exp $
|
|
|
|
DISTNAME= getmail-4.7.6
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${HOMEPAGE}old-versions/
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://pyropus.ca/software/getmail/
|
|
COMMENT= Secure, flexible, reliable, easy-to-use fetchmail replacement
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYTHON_VERSIONS_ACCEPTED?= 24 23
|
|
PYTHON_PATCH_SCRIPTS= *.py getmailcore/*.py
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|