diff --git a/devel/py-coverage_enable_subprocess/Makefile b/devel/py-coverage_enable_subprocess/Makefile index bf9fcab1b3eb..6460106d3e65 100644 --- a/devel/py-coverage_enable_subprocess/Makefile +++ b/devel/py-coverage_enable_subprocess/Makefile @@ -1,16 +1,18 @@ PORTNAME= coverage_enable_subprocess PORTVERSION= 1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@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:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include