Date: Sat, 10 Nov 2018 07:59:01 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484590 - head/devel/py-memory_profiler Message-ID: <201811100759.wAA7x1fR052342@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 10 07:59:00 2018 New Revision: 484590 URL: https://svnweb.freebsd.org/changeset/ports/484590 Log: Add MATPLOTLIB option for "mprof plot" PR: 232717 Submitted by: amdmi3 Modified: head/devel/py-memory_profiler/Makefile Modified: head/devel/py-memory_profiler/Makefile ============================================================================== --- head/devel/py-memory_profiler/Makefile Sat Nov 10 07:58:52 2018 (r484589) +++ head/devel/py-memory_profiler/Makefile Sat Nov 10 07:59:00 2018 (r484590) @@ -17,6 +17,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils USES= python USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes + +OPTIONS_DEFINE= MATPLOTLIB +MATPLOTLIB_DESC=Plot support via matplotlib +MATPLOTLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811100759.wAA7x1fR052342>