mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
10 lines
230 B
Makefile
10 lines
230 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-pytest-runner
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>=0:devel/py3-hgtools
|
|
|
|
USES= python:3 zip
|
|
|
|
.include "${MASTERDIR}/Makefile"
|