blob: 2b827c702dcd37bf70139b349d63b252f6a2f0a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= llhttp
PORTVERSION= 9.3.0
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
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>
|