a5f6eaa59c
- disable debug logging message which would show up in messages if --trace was used and the message was passed through an external filter. Thanks: Christian Bruemmer. - add additional sanity checks to ensure a recent-enough Python is used; trying to run getmail 4 with Python 2.2 would throw an exception. Thanks: fakhri ?.
19 lines
545 B
Makefile
19 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.65 2006/11/07 08:04:16 schmonz Exp $
|
|
|
|
DISTNAME= getmail-4.6.5
|
|
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"
|