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/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/py-grandalf/Makefile b/math/py-grandalf/Makefile
new file mode 100644
index 000000000000..9539a066d981
--- /dev/null
+++ b/math/py-grandalf/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= grandalf
+DISTVERSION= 0.8
+PORTREVISION= 1
+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>