Edit

IABSD.fr/ports/www/p5-HTML-Parser/Makefile

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2026-05-28 22:04:39
    Hash : 37f71e53
    Message : update p5-HTML-Parser to 3.85 CVE-2026-8829

  • www/p5-HTML-Parser/Makefile
  • COMMENT =	modules to parse and extract information from HTML
    
    DISTNAME =	HTML-Parser-3.85
    CPAN_AUTHOR =	OALDERS
    
    CATEGORIES =	www
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =		c perl
    
    MODULES =		cpan
    
    RUN_DEPENDS =		www/p5-HTML-Tagset \
    			www/p5-HTTP-Message \
    			www/p5-URI
    
    .include <bsd.port.mk>