Files
robert 49685e4b2d import p5-CSS-Inliner-4027; ok aja@
Library for converting CSS style blocks into inline styles in an HTML document. 
Specifically this is intended for the ease of generating HTML emails. This is 
useful as certain email clients don't support top level <style> declarations 
despite it being 2017.
2025-07-09 09:02:49 +00:00

17 lines
279 B
Makefile

COMMENT= library for converting CSS blocks and files to inline styles
MODULES= cpan
PKG_ARCH= *
DISTNAME = CSS-Inliner-4027
CATEGORIES= www
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= www/p5-HTML-Query \
www/p5-HTML-Tree \
www/p5-URI \
www/p5-libwww
.include <bsd.port.mk>