SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
7
www/p5-HTML-Template/pkg/DESCR
Normal file
7
www/p5-HTML-Template/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
This module attempts to make using HTML templates simple and natural.
|
||||
It extends standard HTML with a few new HTML-esque tags. The file
|
||||
written with HTML and these new tags is called a template. It is
|
||||
usually saved separately from your script. Using this module you fill
|
||||
in the values for the variables, loops and branches declared in the
|
||||
template. This allows to separate design - the HTML - from the data,
|
||||
which you generate in the Perl script.
|
6
www/p5-HTML-Template/pkg/PLIST
Normal file
6
www/p5-HTML-Template/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
${P5SITE}/HTML/
|
||||
${P5SITE}/HTML/Template/
|
||||
${P5SITE}/HTML/Template.pm
|
||||
${P5SITE}/HTML/Template/FAQ.pm
|
||||
@man man/man3p/HTML::Template.3p
|
||||
@man man/man3p/HTML::Template::FAQ.3p
|
Loading…
Add table
Add a link
Reference in a new issue