mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
49685e4b2d
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.
17 lines
279 B
Makefile
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>
|