1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/www/http-parser/Makefile
Alexey Dokuchaev 70100513f4 Update to version 2.9.4.
Reported by:	portscout
2020-03-25 09:46:27 +00:00

29 lines
567 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= http-parser
PORTVERSION= 2.9.4
DISTVERSIONPREFIX= v
CATEGORIES= www
MAINTAINER= danfe@FreeBSD.org
COMMENT= HTTP request/response parser written in C
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= nodejs
USES= gmake
USE_LDCONFIG= yes
MAKE_ENV= STRIP="${STRIP}"
ALL_TARGET= library
INSTALL_TARGET= install-strip
TEST_TARGET= test
PLIST_FILES= include/http_parser.h lib/libhttp_parser.so \
lib/libhttp_parser.so.${PORTVERSION:R} \
lib/libhttp_parser.so.${PORTVERSION}
.include <bsd.port.mk>