1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Convert to autoplist

- Stage support
- Bump PORTREV
This commit is contained in:
Martin Wilke 2014-02-17 05:22:27 +00:00
parent a1f82b90a0
commit 1e09ec87ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344654

View File

@ -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>