diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-11-04 15:18:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-11-04 15:18:38 +0000 |
commit | 6c849391e7408edb7a9fba8b8017a5d1c2072777 (patch) | |
tree | b6485c0e49d16f725d0563e662656bed82f09a43 /www/p5-CSS-Inliner | |
parent | 9a9561527cd5a5c438b2449585202bed41fd9201 (diff) |
Notes
Diffstat (limited to 'www/p5-CSS-Inliner')
-rw-r--r-- | www/p5-CSS-Inliner/Makefile | 13 | ||||
-rw-r--r-- | www/p5-CSS-Inliner/distinfo | 5 | ||||
-rw-r--r-- | www/p5-CSS-Inliner/pkg-descr | 3 |
3 files changed, 11 insertions, 10 deletions
diff --git a/www/p5-CSS-Inliner/Makefile b/www/p5-CSS-Inliner/Makefile index a75a59b3b1f7..a0a061253e90 100644 --- a/www/p5-CSS-Inliner/Makefile +++ b/www/p5-CSS-Inliner/Makefile @@ -6,18 +6,19 @@ # PORTNAME= CSS-Inliner -PORTVERSION= 2669 +PORTVERSION= 2897 CATEGORIES= www perl5 MASTER_SITES= CPAN -#MASTER_SITE_SUBDIR= ../by-authors/id/K/KA/KAMELKEV PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org -COMMENT= Library for converting CSS <style> blocks to inline styles +COMMENT= Library for converting CSS blocks and files to inline styles -RUN_DEPENDS+= p5-CSS-Tiny>=1.15:${PORTSDIR}/textproc/p5-CSS-Tiny \ - p5-HTML-Query>=0.02:${PORTSDIR}/www/p5-HTML-Query \ - p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree +RUN_DEPENDS= p5-CSS-Simple>=2874:${PORTSDIR}/textproc/p5-CSS-Simple \ + p5-HTML-Query>=0.07:${PORTSDIR}/www/p5-HTML-Query \ + p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=0:${PORTSDIR}/net/p5-URI PERL_CONFIGURE= yes diff --git a/www/p5-CSS-Inliner/distinfo b/www/p5-CSS-Inliner/distinfo index b4bb0c2ff112..a68fc37b70dd 100644 --- a/www/p5-CSS-Inliner/distinfo +++ b/www/p5-CSS-Inliner/distinfo @@ -1,3 +1,2 @@ -MD5 (CSS-Inliner-2669.tar.gz) = 6ac3f92d4c53f7f5e37be5ed6156131d -SHA256 (CSS-Inliner-2669.tar.gz) = 9c925b28e787d9b98d29a017edd7d8cda9a67b82826262ddfa3a2779382882e5 -SIZE (CSS-Inliner-2669.tar.gz) = 4982 +SHA256 (CSS-Inliner-2897.tar.gz) = c34880b74d97c439a0d038ad296eee00ae1378a08839441a7febdd85c446166d +SIZE (CSS-Inliner-2897.tar.gz) = 13821 diff --git a/www/p5-CSS-Inliner/pkg-descr b/www/p5-CSS-Inliner/pkg-descr index 784721717d40..5732d3453158 100644 --- a/www/p5-CSS-Inliner/pkg-descr +++ b/www/p5-CSS-Inliner/pkg-descr @@ -1,3 +1,4 @@ -Library for converting CSS <style> blocks to inline styles. +Library for converting CSS <style> blocks and external CSS files to inline +styles. WWW: http://search.cpan.org/dist/CSS-Inliner |