# -*- 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.7.0 v
revision                0
categories              net
maintainers             {@barracuda156 gmail.com:vital.had} 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  03b45f08a27079fc542e94c8e1019f475c313a01 \
                        sha256  b4eb6bceb99293d9a9df2031c1aad166af3d57b3e33655aca0699397b6f0d751 \
                        size    395808
github.tarball_from     releases

use_xz                  yes

depends_lib-append      port:cunit

compiler.cxx_standard   2017

use_autoreconf          yes

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

test.run                yes
test.target             check
