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

github.setup        openstack liberasurecode 1.6.5
github.tarball_from archive
revision            0

description         \
    Erasure Code API library written in C with pluggable Erasure Code backends.

long_description    {*}${description}

categories          devel sysutils
license             BSD
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  70cd055e2af3e943cb5304d7b59497f01fc6a646 \
                    sha256  98f4df104e604a6c9979b3093e0428d4f260e961975f30132e846fdebae7b9e9 \
                    size    214964

patchfiles-append   patch-makefile.am.diff

use_autoreconf      yes
autoreconf.args     -fvi

depends_lib-append  port:zlib

configure.args-append \
                    --disable-silent-rules

compiler.c_standard 1999
