xref: /mports/www/llhttp/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	llhttp
2PORTVERSION=	9.3.0
3DISTVERSIONPREFIX=	release/v
4CATEGORIES=	www
5
6MAINTAINER=	ports@MidnightBSD.org
7COMMENT=	Port of http_parser to llparse
8WWW=		https://llhttp.org/ \
9		https://github.com/nodejs/llhttp
10
11LICENSE=	mit
12LICENSE_FILE=	${WRKSRC}/LICENSE-MIT
13
14USES=		cmake cpe
15
16CMAKE_ON=	BUILD_SHARED_LIBS
17
18PLIST_SUB=	PORTVERSION=${PORTVERSION}
19
20USE_GITHUB=	yes
21GH_ACCOUNT=	nodejs
22
23OPTIONS_DEFINE=	STATIC
24OPTIONS_DEFAULT=STATIC
25OPTIONS_SUB=	yes
26
27STATIC_CMAKE_BOOL=	BUILD_STATIC_LIBS
28
29.include <bsd.port.mk>
30

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026