freebsd-ports/x11/py-xdot/Makefile
Yuri Victorovich 81bb1c7e21 x11/py-xdot: Add missing dependency NumPy
Approved by:	portmgr blanket
2021-05-04 15:31:28 -07:00

22 lines
415 B
Makefile

PORTNAME= xdot
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= x11 python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Interactive viewer for Graphviz dot files
LICENSE= LGPL3+
RUN_DEPENDS= dot:graphics/graphviz \
${PYNUMPY}
USES= gnome python:3.4+
USE_PYTHON= autoplist distutils
USE_GNOME= cairo gtk30 pygobject3
NO_ARCH= yes
.include <bsd.port.mk>