pkgsrc/mail/getmail/Makefile
schmonz fd0ff979e3 Update to 4.51.0. From the changelog:
- fix exception when using MDA_External and an IMAP mailbox whose name
  contains non-ASCII chars. Thanks: "drtmk".
2016-09-16 16:43:21 +00:00

19 lines
554 B
Makefile

# $NetBSD: Makefile,v 1.149 2016/09/16 16:43:21 schmonz Exp $
DISTNAME= getmail-4.51.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 # not yet ported as of 4.44.0
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"