1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix shebangs

* Add python:run to USES -- as it installs python scripts.

Reviewed by:	brooks
Approved by:	brooks (maintainer), rakuco (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10775
This commit is contained in:
Tobias C. Berner 2017-05-17 18:46:35 +00:00
parent 10e74872b9
commit 76d0d224ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441113

View File

@ -2,18 +2,20 @@
PORTNAME= tesla
DISTVERSION= 0.0.20140425
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel lang
MAINTAINER= brooks@FreeBSD.org
COMMENT= Temporally Enhanced Security Logic Assertions
USES= cmake:outsource execinfo ninja
USES= cmake:outsource execinfo ninja python:run shebangfix
BUILD_DEPENDS= clang33:lang/clang33
RUN_DEPENDS= clang33:lang/clang33
LIB_DEPENDS= libprotobuf.so:devel/protobuf
SHEBANG_FILES= scripts/highlight-transitions
USE_GITHUB= yes
GH_ACCOUNT= CTSRD-TESLA
GH_PROJECT= TESLA