Edit

IABSD.fr/ports/www/llhttp/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-08-01 19:16:18
    Hash : 6dd35015
    Message : update to llhttp-9.4.3

  • www/llhttp/Makefile
  • COMMENT=	HTTP request/response parser
    
    V=		9.4.3
    GH_ACCOUNT=	nodejs
    GH_PROJECT=	llhttp
    GH_TAGNAME=	release/v$V
    # override; tags contain /
    DISTNAME=	llhttp-release-v$V
    PKGNAME=	llhttp-$V
    
    SHARED_LIBS +=	llhttp                    1.0
    
    CATEGORIES=	www
    
    # https://github.com/nodejs/llhttp/releases
    HOMEPAGE=	https://llhttp.org/
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    # __builtin_unreachable() only available from gcc >= 4.6
    COMPILER=	base-clang ports-gcc
    COMPILER_LANGS=	c
    
    MODULES=	devel/cmake
    
    .include <bsd.port.mk>