blob: 09eaf3028c65426fbb49aecd2e6b2a54116d3f09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.61 2020/11/05 09:06:56 ryoon Exp $
PKGREVISION= 2
.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"
|