ports/devel/llvm/13/Makefile

19 lines
312 B
Makefile
Raw Normal View History

2023-09-08 05:21:37 +00:00
LLVM_MAJOR = 13
LLVM_VERSION = ${LLVM_MAJOR}.0.0
LLVM_PKGSPEC = >=13,<14
2023-09-11 22:02:06 +00:00
REVISION-main = 11
2023-09-08 05:21:37 +00:00
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>