# -*- 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

name                dyncall
version             1.4
categories          devel
maintainers         uni-goettingen.de:dadler
license             BSD
supported_archs     i386 ppc x86_64 arm64

description         Foreign Function Interface and Dynamic Binding Linkage Framework

long_description    DynCall is a suite of three libraries (dyncall, dynload \
                    and dyncallback) that offers a framework for implementing \
                    Foreign Function Interfaces, dynamic binding linkage \
                    systems, language bridging middleware and other dynamic \
                    interoperability facilities with a need to access \
                    low-level pre-compiled machine code in a dynamic manner.

homepage            https://dyncall.org/
master_sites        ${homepage}r${version}

checksums           rmd160  e88e94249bcf44dfc93e397cbef2ac61d1cb798e \
                    sha256  14437dbbef3b6dc92483f6507eaf825ab97964a89eecae8cb347a6bec9c32aae \
                    size    1515528

livecheck.type      regex
livecheck.url       ${homepage}download
livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
