Edit

IABSD.fr/ports/www/p5-CSS-Inliner/Makefile

Branch :

  • Show log

    Commit

  • Author : robert
    Date : 2025-07-09 09:02:49
    Hash : 49685e4b
    Message : 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.

  • www/p5-CSS-Inliner/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>