diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-12-04 10:05:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-12-04 10:05:29 +0000 |
commit | 55201ad97b6d601a175278b7d6b2540a6a74b9b2 (patch) | |
tree | 089389239f4e8bf8b4eb39df05b7cf8e45c18b21 /www/Makefile | |
parent | 3798a35bfa034af41366882d481db0134b61c02f (diff) | |
download | ports-55201ad97b6d601a175278b7d6b2540a6a74b9b2.tar.gz ports-55201ad97b6d601a175278b7d6b2540a6a74b9b2.zip |
Template::Simple is a flexible, efficient and fast templating module
for mod_perl written by Uri Guttman. It has a very simple markup
scheme, but does nearly any templating task you could want as
installed (and provides for callbacks if you want to extend it).
WWW: http://search.cpan.org/dist/Template-Simple/
PR: ports/163047
Submitted by: Ken McGlothlen <ken.mcglothlen@gmail.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=286843
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ddc3172e7cd1..3dc7ab2be117 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1211,6 +1211,7 @@ SUBDIR += p5-Template-Plugin-VMethods SUBDIR += p5-Template-Provider-Encoding SUBDIR += p5-Template-Provider-FromDATA + SUBDIR += p5-Template-Simple SUBDIR += p5-Template-Stash-AutoEscape SUBDIR += p5-Template-Timer SUBDIR += p5-Template-Toolkit |