mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Fix shebangs.
Approved by: rakuco (mentor, implicit)
This commit is contained in:
parent
7ce9d179cc
commit
0df08ca85d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441058
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= include-what-you-use
|
||||
PORTVERSION= 0.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
@ -14,9 +15,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
||||
BUILD_DEPENDS= clang39:devel/llvm39
|
||||
RUN_DEPENDS= clang39:devel/llvm39
|
||||
|
||||
USES= cmake:outsource ncurses python:run
|
||||
USES= cmake:outsource ncurses python:run shebangfix
|
||||
USE_GITHUB= yes
|
||||
|
||||
SHEBANG_FILES= fix_includes.py \
|
||||
iwyu_tool.py
|
||||
|
||||
GH_TAGNAME= clang_3.9
|
||||
|
||||
CMAKE_ARGS+= -DIWYU_LLVM_INCLUDE_PATH=${LOCALBASE}/llvm39/include \
|
||||
|
Loading…
Reference in New Issue
Block a user