ports/www/p5-Apache-Config-Preproc/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
529 B
Text

Apache::Config::Preproc reads and parses Apache server configuration file,
expanding the syntactic constructs selected by the -expand option. In the
simplest case, the argument to that option is a reference to the list of
names. Each name in the list identifies a module responsible for processing
specific Apache configuration keywords. For convenience, most modules are
named after the keyword they process, so that, e.g. include is responsible
for inclusion of the files listed with Include and IncludeOptional
statements.