# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
# $FreeBSD: graphics/py-graph/Makefile 327733 2013-09-20 18:35:44Z bapt $

PORTNAME=	graph
PORTVERSION=	1.8.2
CATEGORIES=	graphics python
MASTER_SITES=	# empty
DISTFILES=	# none
EXTRACT_ONLY=	# empty
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

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

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

USE_PYTHON=	yes

NO_BUILD=	yes

NO_STAGE=	yes
do-install:
	${DO_NADA}

.include <bsd.port.mk>
