mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
393 B
Makefile
19 lines
393 B
Makefile
PORTNAME= coverage
|
|
PORTVERSION= 4.5.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= Code coverage measurement for Python
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/coverage/tracer*.so
|
|
|
|
.include <bsd.port.mk>
|