# -*- 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           cmake 1.1
PortGroup           github 1.0

github.setup        google double-conversion 3.3.1 v
github.tarball_from archive

checksums           rmd160  ca9cca4d406b905a82ce99c07f49776323cd3ec2 \
                    sha256  fe54901055c71302dcdc5c3ccbe265a6c191978f3761ce1414d0895d6b0ea90e \
                    size    7035094

revision            0

categories          devel
license             BSD
maintainers         nomaintainer

description         Efficient binary-decimal and decimal-binary conversion \
                    routines for IEEE doubles.
long_description    {*}${description}

configure.args-append \
                    -DBUILD_SHARED_LIBS=ON
