SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/http-parser/Makefile
Normal file
18
devel/http-parser/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT = parser for HTTP messages focused on performance
|
||||
GH_ACCOUNT = nodejs
|
||||
GH_PROJECT = http-parser
|
||||
GH_TAGNAME = v2.9.3
|
||||
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>
|
Loading…
Add table
Add a link
Reference in a new issue