mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
9de01a73fe
https://github.com/nodejs/http-parser/compare/v2.9.3...v2.9.4 100% tests pass on amd64, no .so change. upstream is dead and recommends consumers migrating to https://github.com/nodejs/llhttp
19 lines
386 B
Makefile
19 lines
386 B
Makefile
COMMENT = parser for HTTP messages focused on performance
|
|
GH_ACCOUNT = nodejs
|
|
GH_PROJECT = http-parser
|
|
GH_TAGNAME = v2.9.4
|
|
CATEGORIES = devel
|
|
|
|
SHARED_LIBS = http_parser 0.0 #2.9
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE =yes
|
|
|
|
MAKE_ENV = SONAME=libhttp_parser.so.${LIBhttp_parser_VERSION} \
|
|
LIBNAME=libhttp_parser.so.${LIBhttp_parser_VERSION}
|
|
|
|
USE_GMAKE = yes
|
|
ALL_TARGET = library
|
|
|
|
.include <bsd.port.mk>
|