USE_PYDISTUTILS and easy_install

Romain Garbage romain.garbage at gmail.com
Sun Apr 24 09:45:54 UTC 2011


Hello list,

I'm currently trying to create my first port. The program to port is
python-based and the setup.py contains an install_requires directive.
I was wondering if dependencies could be triggered by the setup.py
file by just putting USE_PYDISTUTILS=easy_install in the Makefile, or
do I have to use RUN_DEPENDS and BUILD_DEPENDS variables?
I searched for ports using USE_PYDISTUTILS=easy_install, but all I
have looked into also use RUN_DEPENDS and BUILD_DEPENDS.

Regards,
Romain


More information about the freebsd-ports mailing list