Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / www / py-jonpy |
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
# $NetBSD: Makefile,v 1.13 2019/04/26 13:14:21 maya Exp $ DISTNAME= jonpy-0.06 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jonpy/} MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://jonpy.sourceforge.net/ COMMENT= Tools for FastCGI/CGI Python programs LICENSE= mit PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.06 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk"