aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-graph
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2015-07-17 11:05:40 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2015-07-17 11:05:40 +0000
commitc424557b8c53e0c72bd014830238996fc744b15a (patch)
tree5c000bb007566c883c869e79663236ffd2aec778 /graphics/py-graph
parent9dc882726b97fc51081fd4f076abfd6186abb70e (diff)
downloadports-c424557b8c53e0c72bd014830238996fc744b15a.tar.gz
ports-c424557b8c53e0c72bd014830238996fc744b15a.zip
Notes
Diffstat (limited to 'graphics/py-graph')
-rw-r--r--graphics/py-graph/Makefile9
-rw-r--r--graphics/py-graph/pkg-descr2
2 files changed, 2 insertions, 9 deletions
diff --git a/graphics/py-graph/Makefile b/graphics/py-graph/Makefile
index 1bb24cb02db7..1ade745454ed 100644
--- a/graphics/py-graph/Makefile
+++ b/graphics/py-graph/Makefile
@@ -4,9 +4,6 @@
PORTNAME= graph
PORTVERSION= 1.8.2
CATEGORIES= graphics python
-MASTER_SITES= # empty
-DISTFILES= # none
-EXTRACT_ONLY= # empty
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= demon@FreeBSD.org
@@ -15,10 +12,6 @@ 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= python
-NO_BUILD= yes
-
-do-install:
- ${DO_NADA}
+USES= metaport python
.include <bsd.port.mk>
diff --git a/graphics/py-graph/pkg-descr b/graphics/py-graph/pkg-descr
index ccab5a868b40..449f9c862283 100644
--- a/graphics/py-graph/pkg-descr
+++ b/graphics/py-graph/pkg-descr
@@ -2,4 +2,4 @@ A library for working with graphs in Python.
It provides a suitable data structure for representing graphs
and a whole set of important algorithms.
-WWW: http://code.google.com/p/python-graph/
+WWW: http://code.google.com/p/python-graph/