- Sort USE_PYTHON - Update WWW Changes: https://github.com/pytest-dev/pytest-runner/blob/master/CHANGES.rst PR: 220647 Submitted by: sunpoet (myself) Approved by: wg (maintainer)
10 lines
246 B
Makefile
10 lines
246 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-pytest-runner
|
|
|
|
BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py3-setuptools_scm
|
|
|
|
USES= python:3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|