# $Id: Portfile 106233 2013-05-20 03:43:17Z mmoll@macports.org $

PortSystem 1.0
PortGroup 		cmake 1.0
PortGroup       github 1.0

categories		lang
platforms		darwin
maintainers		mnick openmaintainer
# See http://www.gccxml.org/HTML/Copyright.html for license details
license			{GPL-2 BSD}
github.setup    gccxml gccxml 567213ac765c99d5dfd23b14000b3c7b76274fcb
name			gccxml-devel
version			20130502
description		generates XML description of C++ code
long_description	generates an XML description of a C++ program from GCC's \
				internal representation
homepage		http://www.gccxml.org/
checksums           rmd160  9622befeaab4f7065b0a75e44860e31d657a0b0e \
                    sha256  73cc53047a51c876141ae536280a710de7a5f65a6a122d18f44b651c401ba16c
universal_variant no
# gcxxml can be compiled with clang, but can't simulate clang. The default
# compiler it uses is the one used to compile it, so to get gccxml working
# without having to set any options it seems easier to do this:
compiler.blacklist      clang
