2013-09-11 12:17:53 +02:00
|
|
|
# Created by: Johannes Meixner <xmj@chaot.net>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= memoryprofiler
|
2013-11-05 12:20:30 +01:00
|
|
|
PORTVERSION= 0.30
|
2013-09-11 12:17:53 +02:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= memory_profiler-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= xmj@chaot.net
|
|
|
|
COMMENT= Line-by-line and process memory consumption analysis
|
|
|
|
|
|
|
|
LICENSE= BSD
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= PSUTIL
|
|
|
|
PSUTIL_DESC= Use psutil for better performance
|
2013-11-05 12:20:30 +01:00
|
|
|
PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>1.0.0:${PORTSDIR}/sysutils/py-psutil
|
2013-09-11 12:17:53 +02:00
|
|
|
|
2013-10-30 16:26:19 +01:00
|
|
|
OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options
|
2013-09-11 12:17:53 +02:00
|
|
|
|
2013-10-30 16:26:19 +01:00
|
|
|
USE_PYTHON= yes
|
2013-09-11 12:17:53 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_PKGNAME= memory_profiler
|
2013-10-30 16:26:19 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2013-09-14 14:53:08 +02:00
|
|
|
|
2013-09-11 12:17:53 +02:00
|
|
|
.include <bsd.port.mk>
|