1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/www/llhttp/Makefile
Po-Chuan Hsieh 706aa4d599
www/llhttp: Add llhttp 6.0.4
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
2021-09-19 13:40:28 +08:00

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>