mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
360 B
Makefile
21 lines
360 B
Makefile
COMMENT= convert profilers output into a dot(1) graph
|
|
|
|
GH_ACCOUNT= jrfonseca
|
|
GH_PROJECT= gprof2dot
|
|
GH_TAGNAME = 2025.04.14
|
|
MODPY_DISTV= ${GH_TAGNAME:C/\.0/./g}
|
|
|
|
CATEGORIES= graphics
|
|
|
|
# LGPLv3+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
RUN_DEPENDS= math/graphviz
|
|
|
|
do-test:
|
|
${MODPY_BIN} ${WRKSRC}/tests/test.py
|
|
|
|
.include <bsd.port.mk>
|