aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-memory_profiler/Makefile
blob: 0789775bcba689feeece40fc64366cf9571ba580 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$

PORTNAME=   memory_profiler
PORTVERSION=    0.39
CATEGORIES= devel python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= xmj@chaot.net
COMMENT=    Line-by-line and process memory consumption analysis

LICENSE=    BSD2CLAUSE

OPTIONS_DEFINE= PSUTIL
PSUTIL_DESC=    Use psutil for better performance
PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>1.0.0:${PORTSDIR}/sysutils/py-psutil

USES=       python
USE_PYTHON= distutils autoplist
NO_ARCH=    yes

.include <bsd.port.mk>