mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
28 lines
497 B
Makefile
28 lines
497 B
Makefile
COMMENT= Python interface to Graphviz's Dot
|
|
|
|
MODPY_DISTV= 4.0.1
|
|
DISTNAME= pydot-${MODPY_DISTV}
|
|
PKGNAME= ${DISTNAME:S/py/py-/}
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= https://github.com/erocarrera/pydot
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
BUILD_DEPENDS= devel/py-parsing
|
|
|
|
RUN_DEPENDS= devel/py-parsing \
|
|
math/graphviz
|
|
|
|
TEST_DEPENDS= devel/py-parameterized \
|
|
devel/py-test-cov \
|
|
devel/py-test-xdist \
|
|
textproc/py-chardet
|
|
|
|
.include <bsd.port.mk>
|