mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
20 lines
551 B
Makefile
20 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.140 2014/03/30 16:27:12 schmonz Exp $
|
|
|
|
DISTNAME= getmail-4.45.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 # not yet ported as of 4.44.0
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|