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

github.setup        clibs clib 2.8.7
github.tarball_from archive
revision            0

homepage            https://www.clibs.org

description         \
    Package manager for the C programming language.

long_description    \
    {*}${description} Basically the lazy-man’s copy/paste promoting smaller C \
    utilities, also serving as a nice way to discover these sort of \
    libraries. The goal of clibs is to provide stand-alone “micro” C \
    libraries for developers to quickly install without coupling to large \
    frameworks.  You should use clib(1) to fetch these files for you and \
    check them into your repository, the end-user and contributors should not \
    require having clib\(1\) installed.  This allows clib(1) to fit into any \
    new or existing C workflow without friction.

categories          devel
installs_libs       no
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer
platforms           darwin linux

checksums           rmd160  a23dab7cd096b2d40027bb7f83251d595524c54b \
                    sha256  83d5767e363c3ed4b4271000b9ce63b6e11b6c4740df910e0074f844fb34258e \
                    size    181437

depends_lib-append  port:curl

makefile.has_destdir no
