17 lines
490 B
Makefile
17 lines
490 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/10/28 06:30:58 asau 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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|