freebsd-ports/devel/py-pycallgraph/Makefile
Martin Wilke 93964dfeaa - Update to 0.3.0
PR:             109196
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
2007-02-15 11:48:03 +00:00

23 lines
571 B
Makefile

# New ports collection makefile for: py-pycallgraph
# Date created: Feb. 09, 2007
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= pycallgraph
PORTVERSION= 0.3.0
CATEGORIES= devel python
MASTER_SITES= http://pycallgraph.slowchop.com/files/download/ \
http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@lwhsu.org
COMMENT= A Python library that creates call graphs for Python programs
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>