aa7a6c429e
With hat: portmgr
20 lines
474 B
Makefile
20 lines
474 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nosexcover
|
|
PORTVERSION= 1.0.11
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= egypcio@FreeBSD.org
|
|
COMMENT= Extends nose cover to add Cobertura-style XML reports
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}coverage>=3.4:devel/py-coverage@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|