Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / www / py-ClientForm |
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.12 2019/04/26 13:14:19 maya Exp $ DISTNAME= ClientForm-0.2.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www textproc MASTER_SITES= http://wwwsearch.sourceforge.net/ClientForm/src/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://wwwsearch.sourceforge.net/ClientForm/ COMMENT= Python module for handling HTML forms on the client side LICENSE= modified-bsd OR zpl-2.0 USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.2.10 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"