freebsd-ports/devel/py-memoryprofiler/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

25 lines
624 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
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>