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

github.setup        mirage ocaml-tuntap 2.0.2 v
revision            0
categories          ocaml devel net
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         OCaml library for handling TUN/TAP devices
long_description    {*}${description}
use_bzip2           yes
distname            tuntap-${version}
extract.suffix      .tbz
checksums           rmd160  272203c6cae65d0dd712ba193dc5223a18fb2a37 \
                    sha256  0dfced58f90d85d4885ff4da95d0a8361000fc0670403a827519833b238e46ed \
                    size    10929
github.tarball_from releases

depends_lib-append  port:ocaml-ipaddr \
                    port:ocaml-macaddr

ocaml.build_type    dune
