summaryrefslogtreecommitdiff
path: root/devel/py-coverage_enable_subprocess/Makefile
blob: 470b0a0ed5201c910b2efcebf041770ff5a6491d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	coverage_enable_subprocess
PORTVERSION=	1.0
PORTREVISION=	1
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>