mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
fe59adfc1b
- clarify license PR: 186659 Submitted by: Johannes Jost Meixner <xmj@chaot.net> (maintainer)
27 lines
643 B
Makefile
27 lines
643 B
Makefile
# Created by: Johannes Meixner <xmj@chaot.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= memoryprofiler
|
|
PORTVERSION= 0.31
|
|
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= BSD2CLAUSE
|
|
|
|
OPTIONS_DEFINE= PSUTIL
|
|
PSUTIL_DESC= Use psutil for better performance
|
|
PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>1.0.0:${PORTSDIR}/sysutils/py-psutil
|
|
|
|
OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|