mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
00c8384ee2
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
6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
%%SITE_PERL%%/Template/Tiny.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Tiny/.packlist
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Tiny
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template
|
|
@dirrmtry %%SITE_PERL%%/Template
|