# -*- 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 125 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  e229aa56d179f0ae9f3af7ca5bc2054d0a86d1e5 \
                            sha256  36177034ef0f0d826fd7dc9ab9d92ef20190a79d69856f764151ffe9c11d7350 \
                            size    5700706

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

compiler.cxx_standard       2017
