pkgsrc/mail/getmail/Makefile
schmonz 593459863c Update to 4.3.7. From the changelog:
-add error message for missing mboxrd file.  Thanks: Marco Ferra.
  -change handling of connection that dies vs. deleted messages.
  Thanks: Thomas Schwinge.
2005-05-01 17:29:12 +00:00

18 lines
511 B
Makefile

# $NetBSD: Makefile,v 1.46 2005/05/01 17:29:12 schmonz Exp $
DISTNAME= getmail-4.3.7
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"