mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
27 lines
460 B
Makefile
27 lines
460 B
Makefile
COMMENT= HTTP request/response parser
|
|
|
|
V= 9.4.1
|
|
GH_ACCOUNT= nodejs
|
|
GH_PROJECT= llhttp
|
|
GH_TAGNAME= release/v$V
|
|
# override; tags contain /
|
|
DISTNAME= llhttp-release-v$V
|
|
PKGNAME= llhttp-$V
|
|
|
|
SHARED_LIBS += llhttp 1.0
|
|
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= https://llhttp.org/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# __builtin_unreachable() only available from gcc >= 4.6
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
MODULES= devel/cmake
|
|
|
|
.include <bsd.port.mk>
|