# -*- 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 77030 2011-03-18 08:46:27Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-modulegraph-devel
replaced_by         py25-modulegraph
version             0.8
categories-append   devel
license             MIT
maintainers         nomaintainer
description         Python module dependency analysis tool
long_description \
    modulegraph determines a dependency graph between Python modules \
    primarily by bytecode analysis for import statements. \
    modulegraph uses similar methods to modulefinder from the standard \
    library, but uses a more flexible internal representation, has more \
    extensive knowledge of special cases, and is extensible.

platforms           darwin

homepage            http://undefined.org/python/#modulegraph

distfiles

pre-configure {
    ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead."
    return -code error "obsolete port"
}

livecheck.type      none
