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

github.setup                WebAssembly binaryen 129 version_
github.tarball_from         archive
revision                    0

categories                  lang devel
license                     Apache-2
maintainers                 {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
description                 compiler and toolchain infrastructure library for WebAssembly
long_description            Binaryen is a compiler and toolchain infrastructure library for WebAssembly.

checksums                   rmd160  052f68897c078ff545ef49006107eb2e639b6ce3 \
                            sha256  0bbfc0f414a18235f47a3e13a333cc14f702ab3324fb10653ab08865680fcbb8 \
                            size    5803416

depends_build-append        port:python314
configure.args-append       -DPYTHON_EXECUTABLE=${prefix}/bin/python3.14 \
                            -DBUILD_TESTS=OFF -DENABLE_WERROR=OFF

compiler.cxx_standard       2017
