18 lines
312 B
Makefile
18 lines
312 B
Makefile
LLVM_MAJOR = 13
|
|
LLVM_VERSION = ${LLVM_MAJOR}.0.0
|
|
LLVM_PKGSPEC = >=13,<14
|
|
|
|
REVISION-main = 13
|
|
REVISION-lldb = 4
|
|
REVISION-python = 3
|
|
|
|
SHARED_LIBS += LTO 6.0 \
|
|
Remarks 0.0 \
|
|
clang-cpp 1.0 \
|
|
clang 8.2 \
|
|
lldb 3.0
|
|
|
|
# Apache License v2.0 with LLVM Exceptions
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|