diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-01-19 01:54:28 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-01-19 01:54:28 +0000 |
commit | 072cb62b7b84e4c9cdb5c88e6287b2f09b64ba98 (patch) | |
tree | fe806324c555657cc5bac18a71a5e4695cb7cbba /textproc/Makefile | |
parent | 76e5b68aca14563a02a007113badb64aa5c3b81e (diff) |
Template::Semantic is a template engine for XHTML/XML based on
XML::LibXML that doesn't use any template syntax. This module takes
pure XHTML/XML as a template, and uses XPath or CSS selectors to
assign values.
WWW: http://search.cpan.org/dist/Template-Semantic/
Notes
Notes:
svn path=/head/; revision=310627
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4f307f78b13e..4ad58407d02f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -752,6 +752,7 @@ SUBDIR += p5-Template-Plugin-HTML-SuperForm SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect SUBDIR += p5-Template-Plugin-XML-Escape + SUBDIR += p5-Template-Semantic SUBDIR += p5-Template-Tiny SUBDIR += p5-Term-QRCode SUBDIR += p5-Test-Perl-Critic |