1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Convert to PYDISTUTILS_AUTOPLIST

- Stage support
- Bump PORTREVISION
This commit is contained in:
Martin Wilke 2014-01-31 08:47:41 +00:00
parent b8186c682d
commit bf78007569
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341945

View File

@ -3,6 +3,7 @@
PORTNAME= pysphere
PORTVERSION= 0.1.8
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,9 +16,7 @@ LICENSE= BSD
USE_ZIP= yes
USE_DOS2UNIX= yes
USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
NO_STAGE= yes
.include <bsd.port.mk>