1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/graphics/py-graph/Makefile
Dmitry Sivachenko c424557b8c Convert to USES=metaport.
PR:		201634
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-07-17 11:05:40 +00:00

18 lines
481 B
Makefile

# 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}:${PORTSDIR}/graphics/py-graph-core \
${PYTHON_PKGNAMEPREFIX}graph-dot>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-dot
USES= metaport python
.include <bsd.port.mk>