aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pympler/Makefile
blob: 1a562dbbabd28772164be5d4327fe0c54d67ebf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	Pympler
PORTVERSION=	1.0.1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Measure, monitor and analyze the memory behavior of Python objects
WWW=		https://github.com/pympler/pympler

LICENSE=	APACHE20

USES=		python
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>