# -*- 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           cmake 1.1
PortGroup           github 1.0

github.setup        nodejs llhttp 9.3.1 release/v
github.tarball_from archive
revision            0

categories          devel
maintainers         nomaintainer
license             MIT
homepage            https://llhttp.org/
description         Fast HTTP message parser based on llparse
long_description    {*}${description}

checksums           rmd160  249f4ed62a7a8636a8c3bd0376ad38b8d37452f0 \
                    sha256  c14a93f287d3dbd6580d08af968294f8bcc61e1e1e3c34301549d00f3cf09365 \
                    size    39211

# Upstream currently rejects the cmake PortGroup's default "MacPorts" build type.
cmake.build_type    Release

compiler.c_standard 1999
