# $Id: Portfile 74430 2010-12-17 02:16:06Z michaelld@macports.org $

PortSystem 1.0
PortGroup       muniversal 1.0

name		cln
conflicts	puppet
version		1.3.1
categories	math
platforms	darwin
maintainers	gwright
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	md5     ede584cb1cafa66d56f42a3cf420469d \
		sha1    351506da9bd7b0b3cefd3a5424823797fb589acc \
		rmd160  bc3be659dfccafb6029af2bf761decceb51fbf4e

depends_lib	port:gmp

test.run	yes
test.target	check
