1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/py-setuptools/pkg-plist
Ruslan Makhmatkhanov 5c0f8b3b49 - remove unsupported python versions
- trim Makefile header
- change USE_PYTHON to just -2.7
- tab -> space change in pkg-descr:WW
2012-10-06 14:53:49 +00:00

18 lines
695 B
Plaintext

@comment $FreeBSD$
bin/easy_install
bin/easy_install-%%PYVER%%
%%PYTHON_SITELIBDIR%%/setuptools.pth
@unexec if cmp -s %B/easy-install.pth %B/easy-install.pth.dist; then rm %B/easy-install.pth; fi
%%PYTHON_SITELIBDIR%%/easy-install.pth.dist
@exec if [ ! -f %B/easy-install.pth ]; then cp %B/%f %B/easy-install.pth; fi
%%PYTHON_SITELIBDIR%%/site.py
%%PYTHON_SITELIBDIR%%/site.pyc
%%PYTHON_SITELIBDIR%%/site.pyo
%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg
%%PORTDOCS%%%%DOCSDIR%%/EasyInstall.txt
%%PORTDOCS%%%%DOCSDIR%%/README.txt
%%PORTDOCS%%%%DOCSDIR%%/api_tests.txt
%%PORTDOCS%%%%DOCSDIR%%/pkg_resources.txt
%%PORTDOCS%%%%DOCSDIR%%/setuptools.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%