Prune devel/py-EnthoughtBase
[dports.git] / devel / py-pympler / Makefile
1 # Created by: William Grzybowski <wg@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Pympler
5 PORTVERSION=    0.3.1
6 CATEGORIES=     devel python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     wg@FreeBSD.org
11 COMMENT=        Measure, monitor and analyze the memory behavior of Python objects
12
13 LICENSE=        APACHE20
14
15 USES=           python
16 USE_PYTHON=     distutils autoplist
17
18 post-patch:
19         @${REINPLACE_CMD} -e 's,%%STAGEDIR%%,${STAGEDIR},g' ${WRKSRC}/setup.py
20
21 .include <bsd.port.mk>