summaryrefslogtreecommitdiff
path: root/math/py-grandalf/Makefile
blob: 9539a066d98195eda491ead6b45af17b5089e40b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>