aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-graph-core
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-17 05:22:27 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-17 05:22:27 +0000
commit1e09ec87eac7dd6cd03a8031751826b3e1d506f0 (patch)
treed3471f51dabaef6f8ffcf15e56117274eef86e2c /graphics/py-graph-core
parenta1f82b90a0339cbeb058ae1c1ef63571ab4fa3d9 (diff)
downloadports-1e09ec87eac7dd6cd03a8031751826b3e1d506f0.tar.gz
ports-1e09ec87eac7dd6cd03a8031751826b3e1d506f0.zip
- Convert to autoplist
- Stage support - Bump PORTREV
Notes
Notes: svn path=/head/; revision=344654
Diffstat (limited to 'graphics/py-graph-core')
-rw-r--r--graphics/py-graph-core/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/py-graph-core/Makefile b/graphics/py-graph-core/Makefile
index 8798f729ccbb..63848b1cb3e2 100644
--- a/graphics/py-graph-core/Makefile
+++ b/graphics/py-graph-core/Makefile
@@ -3,6 +3,7 @@
PORTNAME= graph-core
PORTVERSION= 1.8.2
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +14,7 @@ COMMENT= A library for working with graphs in Python, core module
PROJECTHOST= python-graph
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= python_graph_core
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE= yes
.include <bsd.port.mk>