# -*- 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 103970 2013-03-11 09:23:53Z stromnov@macports.org $

PortSystem          1.0

name                igraph
version             0.6.5
revision            0

categories          math devel
license             GPL-2+
maintainers         snc openmaintainer
description         high performance graph library for C
long_description    high performance graph library, primarily aimed \
                    at complex network research and analysis.
homepage            http://igraph.sourceforge.net

platforms           darwin
depends_lib         port:gmp

master_sites        sourceforge

checksums           rmd160  e331f3b4ae74f1a924e58ff0d70fd8b9503a0a8c \
                    sha256  7d1f8da9ebb6dd7acc648d9c7d6f4c490e998c5ca54ddf85db0017de3cc73fa2

test.run            yes
test.target         check

livecheck.url       ${homepage}
livecheck.type      regex
livecheck.regex     <b>(\\d(\\.\\d+)+)
