3111d58839
* no need to set PYDISTUTILPKG here.
19 lines
527 B
Makefile
19 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/10/15 11:16:58 obache 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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|