1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/llhttp/Makefile
2024-04-06 07:57:39 +08:00

30 lines
523 B
Makefile

PORTNAME= llhttp
PORTVERSION= 9.2.1
DISTVERSIONPREFIX= release/v
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Port of http_parser to llparse
WWW= https://llhttp.org/ \
https://github.com/nodejs/llhttp
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
USES= cmake cpe pathfix
CMAKE_ON= BUILD_SHARED_LIBS
PLIST_SUB= PORTVERSION=${PORTVERSION}
USE_GITHUB= yes
GH_ACCOUNT= nodejs
OPTIONS_DEFINE= STATIC
OPTIONS_DEFAULT=STATIC
OPTIONS_SUB= yes
STATIC_CMAKE_BOOL= BUILD_STATIC_LIBS
.include <bsd.port.mk>