aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pycallgraph/Makefile
blob: d46f716e375b7903bac0905de3da8e332dc17456 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>

PORTNAME=	pycallgraph
PORTVERSION=	1.0.1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	Python library that creates call graphs for Python programs

LICENSE=	GPLv2

RUN_DEPENDS+=	dot:graphics/graphviz

USES=		python
USE_PYTHON=	distutils autoplist concurrent

PLIST_FILES=	man/man1/pycallgraph.1.gz

post-install:
	${INSTALL_MAN} ${WRKSRC}/man/pycallgraph.1 ${STAGEDIR}${MAN1PREFIX}/man/man1

.include <bsd.port.mk>