aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 18:52:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 18:52:44 +0000
commit00c8384ee2dc95d2b3b987e6525e7301ae8da55a (patch)
tree27b51d2068f1d1a9e272f66f791179bc5c0c8d0a /textproc/Makefile
parentf2b591d7313f7c699d4110c0bce085df34b4a4fc (diff)
downloadports-00c8384ee2dc95d2b3b987e6525e7301ae8da55a.tar.gz
ports-00c8384ee2dc95d2b3b987e6525e7301ae8da55a.zip
Template::Tiny is a reimplementation of a partial subset of the Template
Toolkit in as few lines of code as possible. It is intended for use in light-usage, low-memory, or low-cpu templating situations, where you may need to upgrade to the full feature set in the future, or if you want the familiarity of TT-style templates. It is intended to have fully-compatible template and stash usage, with a limited by similar Perl API. Unlike Template Toolkit, Template::Tiny will process templates without a compile phase (but despite this is still quicker, owing to heavy use of the Perl regular expression engine. WWW: http://search.cpan.org/dist/Template-Tiny/ PR: ports/144823 Submitted by: ports at c0decafe.net
Notes
Notes: svn path=/head/; revision=251295
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index c40fd2b2a0d7..6a9878937776 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -627,6 +627,7 @@
SUBDIR += p5-Template-Plugin-HTML-SuperForm
SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect
SUBDIR += p5-Template-Plugin-XML-Escape
+ SUBDIR += p5-Template-Tiny
SUBDIR += p5-Test-Perl-Critic
SUBDIR += p5-Text-ASCIIMathML
SUBDIR += p5-Text-ASCIITable