# -*- 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 124 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  f3709b12bd63917b7a858d46751d8f3c499b930f \
                            sha256  b8d06af81a8c2bb27c34d1f9e3cf7c621f93fc901f896809e0490f3586a63ca4 \
                            size    5616387

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

compiler.cxx_standard       2017
