freebsd-ports/www/p5-CGI-Framework/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

8 lines
608 B
Text

CGI::Framework is a simple and lightweight framework for building web-based CGI
applications. It features complete code-content separation (templating) by
utilizing the HTML::Template library, stateful file or database-based sessions
by utilizing the CGI::Session library, form parsing by utilizing the CGI
library, (optional) multi-lingual templates support, and an extremely easy to
use methodology for the validation, pre-preparation and post-cleanup associated
with each template. It also provides easy logging mechanisms, graceful fatal
error handling, including special templates and emails to admins.