# -*- 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.8.0
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  c67c1fbcfb52f7bb4529a5956c88ce157c3d7afa \
                    sha256  2bb7bf4fe285888058ce07e4e8f8d0345d4d7aefe06395f46f5f39e0c6914614 \
                    size    228602

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
