pkgsrc/mail/getmail/Makefile
schmonz da543b79a2 Update to 5.15. From the changelog:
- fix example spamc arguments in FAQ. Thanks: Christoph Scholzen.
- document exit codes in manpages. Thanks: Langenxx Feld.
2020-12-16 20:19:43 +00:00

19 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.175 2020/12/16 20:19:43 schmonz Exp $
DISTNAME= getmail-5.15
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_ACCEPTED= 27 # not yet ported as of 4.53.0
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"