summaryrefslogtreecommitdiff
path: root/misc/py-pyprind/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-27 21:26:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-27 21:26:58 +0000
commit54321f5217faf630c2f21295f1ad322cc60c7e66 (patch)
treef03eaf214c46755ddf1f5c6af4987aa28cbb673c /misc/py-pyprind/Makefile
parent6b6bf9bd5aff10c6ef409b0a1b25eb1e3a70281f (diff)
downloadfreebsd-ports-54321f5217faf630c2f21295f1ad322cc60c7e66.zip
Reset maintainership
- While I'm here, take maintainership PR: 244455 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Diffstat (limited to 'misc/py-pyprind/Makefile')
-rw-r--r--misc/py-pyprind/Makefile6
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: