ports/devel/http-parser/Makefile

19 lines
386 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = parser for HTTP messages focused on performance
GH_ACCOUNT = nodejs
GH_PROJECT = http-parser
2023-09-08 05:21:37 +00:00
GH_TAGNAME = v2.9.4
2023-08-16 22:26:55 +00:00
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>