aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CSS-Inliner
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-11-28 13:26:18 +0000
committerWen Heping <wen@FreeBSD.org>2009-11-28 13:26:18 +0000
commiteb34baaafa3b9c55dbdaffe2bf1ef4ed62ae425b (patch)
tree3e4fd9a9c9429abd8daf754cdb3d5e8d1be04fd3 /www/p5-CSS-Inliner
parentd1d9fcb823f9a4eec9745815c35ba0ab6f459be6 (diff)
downloadports-eb34baaafa3b9c55dbdaffe2bf1ef4ed62ae425b.tar.gz
ports-eb34baaafa3b9c55dbdaffe2bf1ef4ed62ae425b.zip
Library for converting CSS <style> blocks to inline styles.
WWW: http://search.cpan.org/dist/CSS-Inliner PR: ports/139497 Submitted by: Vick Khera <vivek@khera.org>
Notes
Notes: svn path=/head/; revision=244910
Diffstat (limited to 'www/p5-CSS-Inliner')
-rw-r--r--www/p5-CSS-Inliner/Makefile29
-rw-r--r--www/p5-CSS-Inliner/distinfo3
-rw-r--r--www/p5-CSS-Inliner/pkg-descr3
3 files changed, 35 insertions, 0 deletions
diff --git a/www/p5-CSS-Inliner/Makefile b/www/p5-CSS-Inliner/Makefile
new file mode 100644
index 000000000000..f3f435aa05d0
--- /dev/null
+++ b/www/p5-CSS-Inliner/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: p5-HTML-Query
+# Date created: Sat Oct 10 17:28:20 EDT 2009
+# Whom: Vivek Khera <vivek@khera.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= CSS-Inliner
+PORTVERSION= 2307
+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
+
+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
+
+PERL_CONFIGURE= yes
+
+MAN3= CSS::Inliner.3
+PLIST_FILES= %%SITE_PERL%%/CSS/Inliner.pm \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner/.packlist
+PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner
+
+.include <bsd.port.mk>
diff --git a/www/p5-CSS-Inliner/distinfo b/www/p5-CSS-Inliner/distinfo
new file mode 100644
index 000000000000..daa5714a59b7
--- /dev/null
+++ b/www/p5-CSS-Inliner/distinfo
@@ -0,0 +1,3 @@
+MD5 (CSS-Inliner-2307.tar.gz) = d9b445d032b02ecf29bf0063ee8f6a05
+SHA256 (CSS-Inliner-2307.tar.gz) = 302a0ac12002d8d78b6bbdac8de6b85dae065c1295478e92d8969a0579ead05e
+SIZE (CSS-Inliner-2307.tar.gz) = 3205
diff --git a/www/p5-CSS-Inliner/pkg-descr b/www/p5-CSS-Inliner/pkg-descr
new file mode 100644
index 000000000000..784721717d40
--- /dev/null
+++ b/www/p5-CSS-Inliner/pkg-descr
@@ -0,0 +1,3 @@
+Library for converting CSS <style> blocks to inline styles.
+
+WWW: http://search.cpan.org/dist/CSS-Inliner