pkgsrc/mail/getmail/Makefile
schmonz 61f0a64484 Update to 4.49.0. From the changelog:
- make IMAP class only issue EXPUNGE command on mailbox close if we have
  actually deleted any messages from the open mailbox. Makes use of read-
  only IMAP folders possible. Thanks: Zoltan Padrah.
2016-01-13 20:01:12 +00:00

19 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.146 2016/01/13 20:01:12 schmonz Exp $
DISTNAME= getmail-4.49.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= 33 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"