# $Id: Portfile 75659 2011-02-02 23:49:52Z singingwolfboy@macports.org $

PortSystem          1.0

name                go-devel
replaced_by         go
version             0.0.1
revision            4
categories          lang
platforms           darwin freebsd linux
license             BSD
maintainers         nomaintainer
description         stub package, use go port instead
long_description    ${description}

homepage            http://golang.org/
distfiles
pre-fetch {                                                                         
    ui_msg "$name is a stub, use go port instead."                                    
    return -code error "$name cannot be installed"                                  
}                                                                                   
                                                                                    
use_configure   no                                                                  
build           {}                                                                  
destroot        {}                                                                  
livecheck.type  none
