pkgsrc/mail/getmail/Makefile
schmonz 280cef1cb4 Update to 4.3.11. From the changelog:
-getmail could previously record an envelope return path header of "<<>>".
  Fixed.  Thanks: Fredrik Steen.
2005-06-28 12:13:10 +00:00

17 lines
511 B
Makefile

# $NetBSD: Makefile,v 1.50 2005/06/28 12:13:10 schmonz Exp $
DISTNAME= getmail-4.3.11
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"