* better diagnostic when user invalidly supplies timeout configuration parameter for an IMAP-SSL retriever. Thanks: Dennis S. * code cleanups
19 lines
545 B
Makefile
19 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.76 2008/02/19 22:15:23 schmonz Exp $
|
|
|
|
DISTNAME= getmail-4.8.0
|
|
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"
|