Changeset View
Changeset View
Standalone View
Standalone View
devel/py-memoryprofiler/Makefile
| Show All 11 Lines | |||||
| COMMENT= Line-by-line and process memory consumption analysis | COMMENT= Line-by-line and process memory consumption analysis | ||||
| LICENSE= BSD2CLAUSE | LICENSE= BSD2CLAUSE | ||||
| OPTIONS_DEFINE= PSUTIL | OPTIONS_DEFINE= PSUTIL | ||||
| PSUTIL_DESC= Use psutil for better performance | PSUTIL_DESC= Use psutil for better performance | ||||
| PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>1.0.0:${PORTSDIR}/sysutils/py-psutil | PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>1.0.0:${PORTSDIR}/sysutils/py-psutil | ||||
| OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options | |||||
| USES= python | USES= python | ||||
| USE_PYTHON= distutils autoplist | USE_PYTHON= distutils autoplist | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||