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

github.setup        adplug libbinio 8223c91b96667c717365bcd47ad28c38d38e527b
version             1.5
revision            2
categories          devel
license             LGPL-2.1
maintainers         {makr @mohd-akram} openmaintainer

description         Binary I/O stream class library

long_description    The binary I/O stream class library presents \
                    a platform-independent way to access binary data streams in C++.

checksums           rmd160  90882a65707e39ed8d2847b530949bb621732f4a \
                    sha256  d7195fdf7429e4cfd59e066c4b00d26a2143d88221e935236dabab0f4f23c4f2 \
                    size    65822
# Switch back to releases on the next update.
# use_bzip2           yes
# github.tarball_from releases
github.tarball_from archive

use_autoreconf      yes

compiler.cxx_standard   2017
