# $Id: Portfile 78416 2011-05-07 03:13:50Z ryandesign@macports.org $

PortSystem 1.0

name                    llvm-devel
epoch                   1
version                 2.9
categories              lang
platforms               darwin
maintainers             erickt
description             llvm is a next generation compiler infrastructure
long_description        llvm brings tools to work on the llvm intermediate \
                        language incl. a C and C++ frontend.

replaced_by             llvm

homepage                http://llvm.org/

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
