blob: 0c6cf5a0fb4bf4edbf8aae754f3092eedc5211a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= nghttp3
PORTVERSION= 1.11.0
CATEGORIES= www net
MASTER_SITES= https://github.com/ngtcp2/nghttp3/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= lib
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= HTTP/3 C Library
WWW= https://nghttp2.org/nghttp3/ \
https://github.com/ngtcp2/nghttp3
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix pkgconfig tar:xz
CONFIGURE_ARGS= --enable-lib-only
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
TEST_TARGET= check
TEST_WRKSRC= ${WRKSRC}/tests
.include <bsd.port.mk>
|