openbsd-ports/www/py-clientform/Makefile
merdely 85d1e650fa Initial import of py-clientform-0.2.7
ClientForm is a Python module for handling HTML forms on the client
side, useful for parsing HTML forms, filling them in and returning the
completed forms to the server. It developed from a port of Gisle Aas'
Perl module HTML::Form, from the libwww-perl library, but the interface
is not the same.

From Will Maier
ok eric@
2007-12-23 18:00:16 +00:00

34 lines
842 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/12/23 18:00:16 merdely Exp $
COMMENT= handle HTML forms on the client side
V= 0.2.7
DISTNAME= ClientForm-$V
PKGNAME= py-clientform-$V
CATEGORIES= www
HOMEPAGE= http://wwwsearch.sourceforge.net/ClientForm/
MASTER_SITES= ${HOMEPAGE}src/
MAINTAINER= Will Maier <willmaier@ml1.net>
# BSD-like or ZPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python
MODPY_SETUPTOOLS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-clientform
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-clientform
.for i in COPYING.txt COPYRIGHT.txt *.html
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/py-clientform
.endfor
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/py-clientform
.include <bsd.port.mk>