summaryrefslogtreecommitdiff
path: root/lang/clang/Makefile
blob: e36a0ea0dcbfea14aec0ecb11bf1d5ea7b1b9d27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.64 2021/07/12 18:42:06 adam Exp $

.include "Makefile.common"

PKGNAME=	${DISTNAME:S/.src//}

PYTHON_FOR_BUILD_ONLY=	yes

USE_TOOLS+=	perl:run

# There are some contrib utilities written in python here.
# We don't want to add a python runtime dependency for that.
CHECK_INTERPRETER_SKIP+=	share/clang/*

.include "../../mk/bsd.pkg.mk"