aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pympler/Makefile
blob: 7542ac8e3986d4568c7371648a6ebce0cb94e84f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Pympler
PORTVERSION=	1.0.1
PORTREVISION=	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>