f6dd9d2f87
For the Python 3.8 default switch.
16 lines
373 B
Makefile
16 lines
373 B
Makefile
# $NetBSD: Makefile,v 1.62 2020/12/04 20:45:25 nia Exp $
|
|
|
|
PKGREVISION= 3
|
|
.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"
|