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

PortSystem          1.0
PortGroup           cmake 1.0
PortGroup           github 1.0

github.setup        google double-conversion 28d0d6b19ae9
version             1.1.5.99
categories          devel
platforms           darwin
license             BSD

maintainers         nomaintainer

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

checksums           rmd160  4be1196beea017be75823b16841384a9f6e71c00 \
                    sha256  4246c5eb4a1fa15ed551f9188303aac86421464f7b29b434c17ed3d035871e50

configure.args-append \
                    -DBUILD_SHARED_LIBS=ON