USES=python leads to dependency on specific version of python (e.g.
python2.7) which provides interpreter bin/python2.7. Ports should
use that in shebangs, and not python2 or python which may be (or not)
installed by python metaports. In case of corresponding metaport not
installed, scripts which use e.g. '/usr/local/bin/python' or
'/usr/bin/env python3' become broken.
To fix ports with such problems, add correspondings checks to qa.sh