mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
22 lines
360 B
Makefile
22 lines
360 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= llhttp
|
|
PORTVERSION= 6.0.5
|
|
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
|
|
|
|
.include <bsd.port.mk>
|