# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem              1.0
PortGroup               github 1.0

github.setup            ngtcp2 nghttp3 1.16.0 v
revision                0
categories              net www
maintainers             {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license                 MIT
description             ${name} is an implementation of RFC 9114 HTTP/3 \
                        mapping over QUIC and RFC 9204 QPACK in C
long_description        {*}${description}
homepage                https://nghttp2.org/nghttp3
checksums               rmd160  5903ea493576bf58a2272b2f1138b0213a200175 \
                        sha256  776f59a99905c9a348846807b2e5ac9bb3485fc0f8c0250ba803018d5238a16e \
                        size    413004
github.tarball_from     releases

use_xz                  yes

compiler.cxx_standard   2017

use_autoreconf          yes

depends_build-append    path:bin/pkg-config:pkgconfig

configure.args-append   --disable-silent-rules

test.run                yes
test.target             check
