aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-graph/Makefile
blob: 3c5d02e3e6e30e2e3e77323077b80b893d54ad0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
# $FreeBSD$

PORTNAME=   graph
PORTVERSION=    1.8.2
CATEGORIES= graphics python
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= demon@FreeBSD.org
COMMENT=    Library for working with graphs in Python

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core \
        ${PYTHON_PKGNAMEPREFIX}graph-dot>=${PORTVERSION}:graphics/py-graph-dot

USES=       metaport python

.include <bsd.port.mk>