Ticket #28538: Portfile-core

File Portfile-core, 935 bytes (added by lkraider (Paul Eipper), 13 years ago)

py26-pygraph-core Portfile

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           python26 1.0
6
7name                py26-pygraph-core
8version             1.8.0
9maintainers         nomaintainer
10description         A library for working with graphs in Python
11long_description    python-graph provides a suitable data structure for \
12                    representing graphs and a whole set of important algorithms.
13
14homepage            http://code.google.com/p/python-graph/
15master_sites        googlecode:python-graph
16distname            python-graph-core-${version}
17platforms           darwin
18
19checksums           md5     a7e1911f2fb13132288843a67ac573d0 \
20                    sha1    ec9af4d269a8a68085a23f0471e07d2ce4fd9186 \
21                    rmd160  3add4cd4286aa46300d16735101e3ed8ede27681
22
23depends_lib         port:py26-pydot