# -*- 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 66111 2010-04-06 04:36:04Z jmr@macports.org $

PortSystem 1.0

name            py26-pyobjc2
replaced_by     py26-pyobjc
version         2.0
revision        2
categories      python devel
maintainers     nomaintainer
platforms       darwin
if {[info exists supported_archs]} {
    supported_archs noarch
}
description     stub port, replaced by py26-pyobjc
long_description    py26-pyobjc2 is now a stub, install py26-pyobjc instead.

homepage        http://pyobjc.sourceforge.net/

distfiles
use_configure   no
build           {}
destroot {
    xinstall -d ${destroot}${prefix}/share/doc/${name}
    system "echo $long_description > ${destroot}${prefix}/share/doc/${name}/readme.txt"
}

livecheck.type  none
