diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-16 20:34:39 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-16 20:34:39 +0000 |
commit | 276e53ce92965ae0b9ab7852e09aa3af48cae6dc (patch) | |
tree | aab0d16b5f7664766ea69073ba39c1c49d30903f /release/packages | |
parent | 686222ed2646486339558a04b374363546a91051 (diff) | |
download | FreeBSD-src-276e53ce92965ae0b9ab7852e09aa3af48cae6dc.zip FreeBSD-src-276e53ce92965ae0b9ab7852e09aa3af48cae6dc.tar.gz |
Move clang binaries into FreeBSD-clang package
Diffstat (limited to 'release/packages')
-rw-r--r-- | release/packages/clang.ucl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/release/packages/clang.ucl b/release/packages/clang.ucl new file mode 100644 index 0000000..d889946 --- /dev/null +++ b/release/packages/clang.ucl @@ -0,0 +1,13 @@ +name = "FreeBSD-clang" +origin = "base" +version = "%VERSION%" +comment = "Clang compiler tools" +categories = [ base ] +maintainer = "re@FreeBSD.org" +www = "http://www.FreeBSD.org" +prefix = "/" +licenselogic = "single" +licenses = [ BSD2CLAUSE ] +desc = <<EOD +TODO +EOD |