summaryrefslogtreecommitdiff
path: root/math/py-grandalf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-grandalf/Makefile')
-rw-r--r--math/py-grandalf/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/py-grandalf/Makefile b/math/py-grandalf/Makefile
new file mode 100644
index 000000000000..d0e8f8ad7eec
--- /dev/null
+++ b/math/py-grandalf/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= grandalf
+DISTVERSION= 0.8
+CATEGORIES= math python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Graph and drawing algorithms framework
+WWW= https://github.com/bdcht/grandalf
+
+LICENSE= GPLv2
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR}
+
+.include <bsd.port.mk>