diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-15 18:19:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-15 18:19:54 +0000 |
commit | fbbe93940af74bcc9efb1e665c9763eb8710e654 (patch) | |
tree | 2d71c27ac2e8c2cc1effb8a6502fdbd62edb52f2 /www/py-ClientForm | |
parent | a11caa216cdda41939e7b6405818e1ec3bda5e3f (diff) | |
download | pkgsrc-fbbe93940af74bcc9efb1e665c9763eb8710e654.tar.gz |
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.
Diffstat (limited to 'www/py-ClientForm')
-rw-r--r-- | www/py-ClientForm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-ClientForm/Makefile b/www/py-ClientForm/Makefile index 523a5043083..39c0e4ee219 100644 --- a/www/py-ClientForm/Makefile +++ b/www/py-ClientForm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:24 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/07/15 18:19:54 wiz Exp $ DISTNAME= ClientForm-0.2.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -8,7 +8,7 @@ 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 +LICENSE= modified-bsd OR zpl-2.0 USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.10 |