7820bc7a2f
python 3.4 / 3.5 removal commit.
20 lines
566 B
Makefile
20 lines
566 B
Makefile
# $NetBSD: Makefile,v 1.171 2019/04/26 14:12:41 maya Exp $
|
|
|
|
DISTNAME= getmail-5.13
|
|
PKGREVISION= 1
|
|
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= 36 37 # not yet ported as of 4.53.0
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|