# $Id: Portfile 54755 2009-08-01 19:41:13Z toby@macports.org $

PortSystem 1.0

name			muparser
version			1.30
categories		math devel
platforms		darwin
maintainers		mww
description		extensible high performance math parser library in C++
long_description	muParser is an extensible high performance math parser \
			library written in C++. It is based on transforming an expression \
			into a bytecode and precalculating constant parts of it.

homepage		http://muparser.sourceforge.net/
master_sites	sourceforge
distname		${name}_v130
checksums		sha1 8411b189b05317d836c92b02b267f7be5bc08611
patchfiles		patch-Makefile.in.diff

worksrcdir		${name}

livecheck.regex		"<title>muparser Version (.*) released.*</title>"

use_parallel_build  no
