ports/devel/llvm/16/Makefile

19 lines
310 B
Makefile
Raw Normal View History

2023-09-08 05:21:37 +00:00
LLVM_MAJOR = 16
LLVM_VERSION = ${LLVM_MAJOR}.0.6
LLVM_PKGSPEC = >=16,<17
2023-09-14 00:49:35 +00:00
REVISION-main = 7
2023-09-08 05:21:37 +00:00
REVISION-lldb = 1
REVISION-python = 0
SHARED_LIBS += LTO 0.0 \
Remarks 0.0 \
clang-cpp 0.0 \
clang 0.0 \
lldb 0.0
# Apache License v2.0 with LLVM Exceptions
PERMIT_PACKAGE = Yes
.include <bsd.port.mk>