freebsd-ports/devel/p5-ParseTemplate/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

7 lines
342 B
Text

The Parse::Template class evaluates Perl expressions placed within
a text. This class can be used as a code generator, or a generator
of documents in various document formats (HTML, XML, RTF, etc.).
Parse::Template was initially created to serve as a code generator
for the Parse::Lex class. The class is now available as a separate
module.