18 lines
302 B
Makefile
18 lines
302 B
Makefile
LLVM_MAJOR = 18
|
|
LLVM_VERSION = ${LLVM_MAJOR}.1.5
|
|
LLVM_PKGSPEC = >=18,<19
|
|
|
|
REVISION-main = 0
|
|
REVISION-lldb = 0
|
|
|
|
SHARED_LIBS += LLVM 0.0 \
|
|
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>
|