1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Remove easy_install dependency

- Convert to PYDISTUTILS_AUTOPLIST

With hat:	python@
Approved by:	portmgr (implicit)
This commit is contained in:
Marcus von Appen 2014-06-21 21:01:26 +00:00
parent 231b64d564
commit c2afa3dda9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358743

View File

@ -23,8 +23,9 @@ GH_ACCOUNT= nmaier
GH_COMMIT= 22976dd
USE_GITHUB= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>