Index: head/devel/py-memory_profiler/Makefile =================================================================== --- head/devel/py-memory_profiler/Makefile (revision 517653) +++ head/devel/py-memory_profiler/Makefile (revision 517654) @@ -1,28 +1,30 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= memory_profiler PORTVERSION= 0.55.0 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Module for monitoring memory usage of a python program LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +PORTSCOUT= skipv:0.56.0 + OPTIONS_DEFINE= MATPLOTLIB MATPLOTLIB_DESC=Plot support via matplotlib MATPLOTLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} .include