pkgsrc/mail/getmail/Makefile
schmonz 79d8c196b5 Update to 4.53.0. From the changelog:
- fix plaintext version of docs not generated correctly.  Thanks: Elijah.
- fix `getmail --fingerprint` not logging server TLS fingerprint
  correctly with SimplePOP3SSLRetriever. Thanks: Gabriel Kihlman.
2017-01-16 00:09:14 +00:00

19 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.152 2017/01/16 00:09:14 schmonz Exp $
DISTNAME= getmail-4.53.0
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}old-versions/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://pyropus.ca/software/getmail/
COMMENT= Secure, flexible, reliable fetchmail replacement
LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
REPLACE_PYTHON= *.py getmailcore/*.py
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.53.0
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"