pkgsrc/www/py-ClientForm/Makefile
wiz 2f30023e84 Rename zpl to zpl-2.0 to make space for zpl-2.1.
Switch all packages currently referencing zpl to zpl-2.0.
Add zpl-2.1.
Add zpl-2.1 to default-allowed per FSF.
2015-07-15 18:19:54 +00:00

17 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.7 2015/07/15 18:19:54 wiz 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= 33 34 # not yet ported as of 0.2.10
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"