1c7a4cdd0SLexi Winter/* 2c7a4cdd0SLexi Winter * SPDX-License-Identifier: ISC 3c7a4cdd0SLexi Winter * 4c7a4cdd0SLexi Winter * Copyright (c) 2025 Lexi Winter <ivy@FreeBSD.org> 5c7a4cdd0SLexi Winter * 6c7a4cdd0SLexi Winter * Permission to use, copy, modify, and distribute this software for any 7c7a4cdd0SLexi Winter * purpose with or without fee is hereby granted, provided that the above 8c7a4cdd0SLexi Winter * copyright notice and this permission notice appear in all copies. 9c7a4cdd0SLexi Winter * 10c7a4cdd0SLexi Winter * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11c7a4cdd0SLexi Winter * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 12c7a4cdd0SLexi Winter * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13c7a4cdd0SLexi Winter * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14c7a4cdd0SLexi Winter * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15c7a4cdd0SLexi Winter * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16c7a4cdd0SLexi Winter * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17c7a4cdd0SLexi Winter */ 18c7a4cdd0SLexi Winter 19c7a4cdd0SLexi Wintercomment = "The Clang C, C++, and Objective-C compiler" 20c7a4cdd0SLexi Winter 2129121751SLexi Winterdesc = <<EOD 22c7a4cdd0SLexi WinterClang is a compiler for C, C++, and Objective-C provided by the LLVM project. 23c7a4cdd0SLexi Winter 24c7a4cdd0SLexi WinterThis package provides the clang(1) frontend as well as related utilities for 25c7a4cdd0SLexi Winterworking with object files. 2629121751SLexi WinterEOD 27c7a4cdd0SLexi Winter 28*3cbd1f81SLexi Winterlicenses = [ "Apache-2.0 WITH LLVM-exception" ] 2966f36c36SLexi Winter 3066f36c36SLexi Winterannotations { 3166f36c36SLexi Winter set = devel 3266f36c36SLexi Winter} 33