1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/www/cgi-lib.pl/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

14 lines
571 B
Plaintext

The cgi-lib.pl library makes CGI scripting in Perl easy enough for
anyone to process forms and create dynamic Web content. The library has
the following features:
* Extremely simple to learn and easy to use
* Designed for operation under Perl5 and Perl4
* Very efficient
* Compatibility with all CGI interactions, including File Upload
* Convenient utility functions
* Compatible with Perl5 security features such as taint, warnings,
(command line options -Tw) and use strict;
* Debugging facilities
* Good starting point for migration to more sophisticated libraries