freebsd-ports/devel/py-pympler/Makefile
2021-04-06 16:31:07 +02:00

20 lines
461 B
Makefile

# Created by: William Grzybowski <wg@FreeBSD.org>
PORTNAME= Pympler
PORTVERSION= 0.4.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Measure, monitor and analyze the memory behavior of Python objects
LICENSE= APACHE20
USES= python:3.6+
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e 's,%%STAGEDIR%%,${STAGEDIR},g' ${WRKSRC}/setup.py
.include <bsd.port.mk>