diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-04 09:30:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-04 09:30:44 +0000 |
commit | 4933b293b065ffbad6a771f2916c06a9bd2ce78c (patch) | |
tree | f7636f56a40beb755a5b6e35923cd68c31f2c3b5 /textproc/Makefile | |
parent | f373d3c7c9cb6649bf25621ef1fe5ac0a89a3466 (diff) |
- Add p5-Template-Plugin-Filter-Minify-CSS-XS 0.95
Template::Plugin::Filter::Minify::CSS::XS is a Template Toolkit filter, which
uses CSS::Minifier::XS to minify css code from filtered content during template
processing.
WWW: http://search.cpan.org/dist/Template-Plugin-Filter-Minify-CSS-XS/
Notes
Notes:
svn path=/head/; revision=281140
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 1dd63b95ffeb..b9c529db7eb8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -714,6 +714,7 @@ SUBDIR += p5-Template-Magic SUBDIR += p5-Template-Plugin-Autoformat SUBDIR += p5-Template-Plugin-Filter-Minify-CSS + SUBDIR += p5-Template-Plugin-Filter-Minify-CSS-XS SUBDIR += p5-Template-Plugin-HTML-SuperForm SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect SUBDIR += p5-Template-Plugin-XML-Escape |