# -*- 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$ PortSystem 1.0 name py25-pyobjc2 replaced_by py25-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 py25-pyobjc long_description py25-pyobjc2 is now a stub, install py25-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