freebsd-ports/textproc/p5-Text-Template-Simple/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

6 lines
399 B
Text

Text::Template::Simple is a simple template module. There is no extra
template/mini language. Instead, it uses Perl as the template language.
Templates can be cached on disk or inside the memory via the internal cache
manager. It is also possible to use static/dynamic includes, pass parameters to
includes and apply filters on them. Also see Text::Template::Simple::API for the
full API reference.