# -*- 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
PortGroup           openssl 1.0

github.setup        savonet ocaml-ssl 0.7.0 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             LGPL-2.1
description         Bindings for OpenSSL
long_description    {*}${description}
checksums           rmd160  ff3d97b547d03aba455f6a37da22df46622b36d4 \
                    sha256  efc12652cee0dc3e5abf1cba7c87cb5e55dc919c8f4093882a7a6a53ad1efaad \
                    size    56102
github.tarball_from archive

depends_build-append \
                    path:bin/pkg-config:pkgconfig

depends_lib-append  port:ocaml-dune-configurator

ocaml.build_type    dune
