1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Convert to USES=python

- Use USE_PYTHON=autoplist to remove deprecated INSTALLS_EGGINFO entry

Approved by:	portmgr (implicit)
With hat:	python@
This commit is contained in:
Marcus von Appen 2014-09-26 13:53:37 +00:00
parent 26dbda5cc2
commit 62bd59b807
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369326

View File

@ -14,12 +14,7 @@ COMMENT= Python interface to Last.fm
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USE_PYTHON= yes
USE_PYDISTUTILS= yes
INSTALLS_EGGINFO= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylast.py \
%%PYTHON_SITELIBDIR%%/pylast.pyc \
%%PYTHON_SITELIBDIR%%/pylast.pyo
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>