# $Id: Portfile 93037 2012-05-14 07:41:30Z jmr@macports.org $

PortSystem 1.0

name                    llvm
version                 2.9
revision                2
categories              lang
platforms               darwin
license                 NCSA
maintainers             nomaintainer
description             llvm is a next generation compiler infrastructure
long_description        The LLVM Core libraries provide a modern source- and \
                        target-independent optimizer, along with code \
                        generation support for many popular CPUs (as well as \
                        some less common ones!) These libraries are built \
                        around a well specified code representation known as \
                        the LLVM intermediate representation ("LLVM IR").

homepage                http://llvm.org/

replaced_by         llvm-2.9

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
