# -*- 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 78294 2011-05-01 20:30:23Z jmr@macports.org $

PortSystem          1.0
PortGroup python27  1.0

name                py27-macholib
version             1.4.1
categories-append   devel
license             MIT
maintainers         nomaintainer
description         Mach-O header analysis and editing
long_description \
    macholib can be used to analyze and edit Mach-O headers, the executable \
    format used by Mac OS X. \
    It is typically used as a dependency analysis tool, and also to rewrite \
    dylib references in Mach-O headers to be @executable_path relative. \
    Though this tool targets a platform specific file format, it is pure \
    python code that is platform and endian independent.

platforms       darwin
supported_archs noarch

homepage        http://undefined.org/python/#macholib
master_sites    http://pypi.python.org/packages/source/m/macholib/
distname        macholib-${version}

depends_lib     port:py27-modulegraph

checksums       md5     0081b6adcdea7c4c8260f75d103d3288 \
                sha1    18024efabd97a24f1b2bec0c2fece7e8a0170a03 \
                rmd160  4a44823e58d2084d919cf70f4e0d2fda560aebd4

livecheck.type  regex
livecheck.url   http://pypi.python.org/pypi/macholib/
livecheck.regex {macholib ([0-9.]+)}
