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

github.setup        flightaware tclcurl-fa 7.22.0 v
revision            0
checksums           rmd160  a99aa23f78007c3072f8783e4da5725a6516becd \
                    sha256  1a622d4ff2c8f5329e090aa9094e5073da7e07ba017741965c540f5acc298367 \
                    size    240564

name                tclcurl
categories          devel
license             Tcl/Tk
maintainers         nomaintainer

description         Tcl binding for libcurl

long_description    The TclCurl extension gives Tcl programmers access to the \
                    libcurl library. With it you can download URLs, upload \
                    them and many other neat tricks.

github.tarball_from archive

depends_lib         port:curl \
                    port:tcl

configure.args      --enable-threads \
                    --with-curlprefix=${prefix} \
                    --with-tcl=${prefix}/lib
