2971124e32
-clean up logger API. -refactor configuration mechanism to use classes with embedded logic, rather than simply dictionaries.
17 lines
510 B
Makefile
17 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.60 2006/04/06 19:33:36 schmonz Exp $
|
|
|
|
DISTNAME= getmail-4.6.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
|
|
|
|
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"
|