diff options
Diffstat (limited to 'graphics/py-graph-dot/Makefile')
-rw-r--r-- | graphics/py-graph-dot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-graph-dot/Makefile b/graphics/py-graph-dot/Makefile index e2400d993145..5804d3f8de21 100644 --- a/graphics/py-graph-dot/Makefile +++ b/graphics/py-graph-dot/Makefile @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= graph-dot -PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTVERSION= 1.8.2 CATEGORIES= graphics python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= demon@FreeBSD.org COMMENT= A library for working with graphs in Python, dot module RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydot>=0:${PORTSDIR}/graphics/py-pydot \ |