opnsense-ports/devel/py-coverage_enable_subprocess/Makefile
2023-06-29 20:26:48 +02:00

18 lines
446 B
Makefile

PORTNAME= coverage_enable_subprocess
PORTVERSION= 1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Enable python coverage for subprocesses
WWW= https://github.com/bukzor/python-coverage-enable-subprocess
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>