pkgsrc/mail/getmail/Makefile
schmonz 16eea7d2a2 Update to 4.20.0. From the changelog:
-fix crap code from bad svn merge that slipped into 4.18.0, triggering
 exceptions in MDA_external configs.  Thanks: Paul Howarth.
2010-06-30 13:19:00 +00:00

19 lines
533 B
Makefile

# $NetBSD: Makefile,v 1.97 2010/06/30 13:19:00 schmonz Exp $
DISTNAME= getmail-4.20.0
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}old-versions/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://pyropus.ca/software/getmail/
COMMENT= Secure, flexible, reliable, easy-to-use fetchmail replacement
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
PYTHON_PATCH_SCRIPTS= *.py getmailcore/*.py
PYDISTUTILSPKG= yes
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"