# -*- 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: Portfile 98227 2012-09-29 23:43:59Z ryandesign@macports.org $

PortSystem 1.0
PortGroup       muniversal 1.0

name            cln
conflicts       puppet
version         1.3.2
categories      math
platforms       darwin
maintainers     gwright
license         GPL-2+
description     Class Library for Numbers
long_description    \
                CLN is a C++ library providing a rich library of     \
                numeric functions.

use_bzip2       yes

homepage        http://www.ginac.de/CLN/
master_sites    ${homepage}

checksums       rmd160  8644a278e99c3e15ebf83f5e641758bdecad8b23 \
                sha256  5c70c46b953b3b71ed2a2e28362b9adfacfae24b2b678d81bcc053ab779e7173

depends_lib     port:gmp

test.run        yes
test.target     check

livecheck.type  regex
livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
