Ticket #28538: Portfile-dot

File Portfile-dot, 1.1 KB (added by lkraider (Paul Eipper), 13 years ago)

py26-pygraph-dot 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-dot
8version             1.8.0
9maintainers         nomaintainer
10description         Dot-Language support for python-graph
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-dot-${version}
17platforms           darwin
18
19checksums           md5     c9d2a2165e331b55b2ea662b49ac08e1 \
20                    sha1    285fa7433a71ebcbbda1c8d0b9dbd490e2b5e354 \
21                    rmd160  047edddef0953bb262aef301aa29eea1fd16f2dd
22
23depends_lib         port:py26-pygraph-core
24
25post-destroot {
26    file delete ${destroot}${python.pkgd}/pygraph/readwrite/__init__.py
27    file delete ${destroot}${python.pkgd}/pygraph/readwrite/__init__.pyc
28}