Edit

IABSD.fr/ports/math/p5-GraphViz/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2023-03-05 10:52:39
    Hash : 6b0ed083
    Message : 18 years of updates to p5-GraphViz-2.26

  • math/p5-GraphViz/Makefile
  • COMMENT=	perl interface to the graphviz graphing tool
    
    MODULES=	cpan
    PKG_ARCH=	*
    DISTNAME=	GraphViz-2.26
    CATEGORIES=	math
    
    # perl
    PERMIT_PACKAGE=	Yes
    
    BUILD_DEPENDS=	${RUN_DEPENDS}
    RUN_DEPENDS=	devel/p5-IPC-Run \
    		devel/p5-Graph \
    		math/graphviz \
    		math/p5-Math-Bezier \
    		sysutils/p5-File-Which
    
    .include <bsd.port.mk>