Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= memory_profiler |
4 |
PORTNAME= memory_profiler |
5 |
PORTVERSION= 0.41 |
5 |
PORTVERSION= 0.47 |
6 |
CATEGORIES= devel python |
6 |
CATEGORIES= devel python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 13-18
COMMENT= Line-by-line and process memory consumption analysis
Link Here
|
13 |
LICENSE= BSD2CLAUSE |
13 |
LICENSE= BSD2CLAUSE |
14 |
|
14 |
|
15 |
OPTIONS_DEFINE= PSUTIL |
15 |
OPTIONS_DEFINE= PSUTIL |
|
|
16 |
OPTIONS_DEFAULT= PSUTIL |
17 |
|
16 |
PSUTIL_DESC= Use psutil for better performance |
18 |
PSUTIL_DESC= Use psutil for better performance |
17 |
PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>1.0.0:sysutils/py-psutil |
19 |
PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>1.0.0:sysutils/py-psutil |
18 |
|
20 |
|