# -*- 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 130 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  029d4200b924cf0d8e760a2cb84332f33f1039e2 \
                            sha256  20d727e7f3011cfe604b8ebdc873edbb4831c6b148209cb15bc2bedcded036ee \
                            size    5872477

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

compiler.cxx_standard       2017
