Edit

IABSD.fr/ports/graphics/gprof2dot/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-05-06 12:23:30
    Hash : f3d8779e
    Message : bump REVISION for py3.10 -> py3.11 switch

  • graphics/gprof2dot/Makefile
  • COMMENT=		convert profilers output into a dot(1) graph
    
    GH_ACCOUNT=		jrfonseca
    GH_PROJECT=		gprof2dot
    GH_TAGNAME=		2021.02.21
    
    MODPY_EGG_VERSION=	${GH_TAGNAME:C/\.0/./g}
    REVISION=		3
    
    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>