diff options
Diffstat (limited to 'misc/py-pyprind/Makefile')
-rw-r--r-- | misc/py-pyprind/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/py-pyprind/Makefile b/misc/py-pyprind/Makefile index ca699ebf2211..f5b614c4b11f 100644 --- a/misc/py-pyprind/Makefile +++ b/misc/py-pyprind/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyPrind-${PORTVERSION} -MAINTAINER= neel@neelc.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python Progress Bar and Percent Indicator Utility LICENSE= BSD3CLAUSE @@ -17,13 +17,13 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= PSUTIL +PSUTIL_DESC= Support monitoring CPU and memory usage -PSUTIL_DESC= Support monitoring CPU and memory usage PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${PY_FLAVOR} do-test: |