mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
706aa4d599
llhttp is a port of http_parser to llparse. This project aims to: - Make it maintainable - Verifiable - Improving benchmarks where possible WWW: https://llhttp.org/ WWW: https://github.com/nodejs/llhttp
26 lines
481 B
Makefile
26 lines
481 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= llhttp
|
|
PORTVERSION= 6.0.4
|
|
DISTVERSIONPREFIX= release/v
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Port of http_parser to llparse
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
|
|
|
|
USES= cmake
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
GH_ACCOUNT= nodejs
|
|
USE_GITHUB= yes
|
|
|
|
post-patch:
|
|
# https://github.com/nodejs/llhttp/blob/master/CMakeLists.txt
|
|
@${CP} ${FILESDIR}/CMakeLists.txt ${WRKSRC}/
|
|
|
|
.include <bsd.port.mk>
|